This commit is contained in:
Victor Zverovich 2014-04-24 07:30:47 -07:00
parent b22493ce7e
commit bc2cab2efe

View File

@ -1219,7 +1219,9 @@ class BasicFormatter {
friend class internal::FormatterProxy<Char>;
// Forbid copying from a temporary as in the following example:
//
// fmt::Formatter<> f = Format("test"); // not allowed
//
// This is done because BasicFormatter objects should normally exist
// only as temporaries returned by one of the formatting functions.
// Do not implement.