Skip to content

Commit 8c01d02

Browse files
committed
inline static
1 parent 05d1e03 commit 8c01d02

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

include/boost/openmethod/policies/basic_error_output.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ namespace boost::openmethod::policies {
1313

1414
template<class Policy, typename Stream = detail::ostderr>
1515
struct basic_error_output : virtual error_output {
16-
static Stream error_stream;
16+
inline static Stream error_stream;
1717
};
1818

19-
template<class Policy, typename Stream>
20-
Stream basic_error_output<Policy, Stream>::error_stream;
21-
2219
} // namespace boost::openmethod::policies
2320

2421
#endif

0 commit comments

Comments
 (0)