mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Fixed missing boost:: namespace
This commit is contained in:
@@ -67,5 +67,5 @@ int test_main( int /* argc */, char* /* argv */[] )
|
||||
test_archive<xml_woarchive, xml_wiarchive, wostringstream, wistringstream>();
|
||||
test_archive<binary_woarchive, binary_wiarchive, wostringstream, wistringstream>();
|
||||
|
||||
return report_errors();
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user