2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Classic.Tests: scanner_value_type_tests: Fixed unused function warning

This commit is contained in:
Nikita Kniazev
2017-11-12 17:33:42 +03:00
parent e21a75993d
commit 24d7461950

View File

@@ -58,6 +58,7 @@ namespace {
bool operator==(non_pod const& o) const { return value == o.value; }
};
BOOST_ATTRIBUTE_UNUSED
std::ostream&
operator<<(std::ostream& out, non_pod const& x)
{