Skip to content

Commit ecd52bc

Browse files
committed
Fix for a bogus MSVC warning (#244)
1 parent 5c76d10 commit ecd52bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

format.h

+1
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@ template <typename T>
976976
T &get();
977977

978978
struct DummyStream : std::ostream {
979+
DummyStream(); // Suppress a bogus warning in MSVC.
979980
// Hide all operator<< overloads from std::ostream.
980981
void operator<<(Null<>);
981982
};

0 commit comments

Comments
 (0)