#include "wx/sizer.h"
#endif // WX_PRECOMP
-inline std::ostream& operator<<(std::ostream& o, const wxSize& s)
-{
- return o << s.x << 'x' << s.y;
-}
+#include "asserthelper.h"
// ----------------------------------------------------------------------------
// test class
WX_ASSERT_EQUAL_MESSAGE
(
(
- "test %lu, permutation #%d: wrong size for child #%d "
+ "test %lu, permutation #%lu: wrong size for child #%d "
"for total size %d",
static_cast<unsigned long>(i),
static_cast<unsigned long>(p),