diff --git a/DDTest/src/STR.h b/DDTest/src/STR.h index 0c6188da29a4405620b67d9ec5f5b8c79b45512f..8c93e829b8b4d0497c98e0b1440d0e556eb4e7c4 100644 --- a/DDTest/src/STR.h +++ b/DDTest/src/STR.h @@ -44,11 +44,12 @@ namespace { return this->str() == s2.str() ; } }; -} -inline std::ostream& operator<<(std::ostream& os , const STR& s) { - os << s.str() ; - return os ; -} + + inline std::ostream& operator<<(std::ostream& os , const STR& s) { + os << s.str() ; + return os ; + } +} #endif // STR_H