Skip to content

Commit 7836349

Browse files
committed
Fix for a bogus MSVC warning (#244)
1 parent 98ed65d commit 7836349

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
@@ -977,6 +977,7 @@ template <typename T>
977977
T &get();
978978

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

0 commit comments

Comments
 (0)