We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d1e03 commit 8c01d02Copy full SHA for 8c01d02
1 file changed
include/boost/openmethod/policies/basic_error_output.hpp
@@ -13,12 +13,9 @@ namespace boost::openmethod::policies {
13
14
template<class Policy, typename Stream = detail::ostderr>
15
struct basic_error_output : virtual error_output {
16
- static Stream error_stream;
+ inline static Stream error_stream;
17
};
18
19
-template<class Policy, typename Stream>
20
-Stream basic_error_output<Policy, Stream>::error_stream;
21
-
22
} // namespace boost::openmethod::policies
23
24
#endif
0 commit comments