mirror of
https://github.com/boostorg/core.git
synced 2025-11-30 06:09:56 +01:00
Fix std::ostream failure on libstdc++
This commit is contained in:
@@ -193,7 +193,7 @@ int main()
|
||||
|
||||
#endif
|
||||
|
||||
TEST(std::basic_ostream<char>);
|
||||
TEST(std::ostream);
|
||||
TEST(std::basic_ostream<wchar_t>);
|
||||
|
||||
#if !defined(BOOST_NO_CXX17_HDR_STRING_VIEW)
|
||||
|
||||
Reference in New Issue
Block a user