From bc2cab2efe8215a20fb2673d9ee0d36b39837e17 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 24 Apr 2014 07:30:47 -0700 Subject: [PATCH] Format. --- format.h | 2 ++ 1 file changed, 2 insertions(+) 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.