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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user