diff --git a/format.h b/format.h index 8c3d8da5..92828e7a 100644 --- a/format.h +++ b/format.h @@ -1219,7 +1219,9 @@ class BasicFormatter { friend class internal::FormatterProxy; // 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.