Skip to content

Commit

Permalink
Tentative fix for a bogus MSVC warning (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 9, 2015
1 parent 98ed65d commit ce030dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions format.h
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ template <typename T>
T &get();

struct DummyStream : std::ostream {
DummyStream();
// Hide all operator<< overloads from std::ostream.
void operator<<(Null<>);
};
Expand Down

0 comments on commit ce030dc

Please sign in to comment.