Commit ecd52bc6 authored by vitaut's avatar vitaut

Fix for a bogus MSVC warning (#244)

parent 5c76d107
...@@ -976,6 +976,7 @@ template <typename T> ...@@ -976,6 +976,7 @@ template <typename T>
T &get(); T &get();
struct DummyStream : std::ostream { struct DummyStream : std::ostream {
DummyStream(); // Suppress a bogus warning in MSVC.
// Hide all operator<< overloads from std::ostream. // Hide all operator<< overloads from std::ostream.
void operator<<(Null<>); void operator<<(Null<>);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment