bk: 4fbeb7f55NjMmLOw9xnfsQCzUy0UPQ
+* [Bug 2193] Building timestruct tests with Clang 3.1 fails.
(4.2.7p276) 2012/05/15 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2179] Remove sntp/header.h.
(4.2.7p275) 2012/04/28 Released by Harlan Stenn <stenn@ntp.org>
#include "timespecops.h"
}
+namespace timeStruct {
+
std::ostream&
operator << (std::ostream& os, const timeStruct::l_fp_wrap& val)
{
return os;
}
-namespace timeStruct {
-
// Implementation of the l_fp closeness predicate
AssertFpClose::AssertFpClose(
};
-} // namespace timeStruct
-
// since googletest wants to string format items, we declare the
// necessary operators. Since all adaptors have only public members
// there is need for friend declarations anywhere.
extern std::ostream& operator << (std::ostream& os,
const timeStruct::timespec_wrap& val);
+} // namespace timeStruct
+
#endif // TIMESTRUCTS_H