38 template<
typename Iterator>
40 ( Iterator
first, Iterator last )
42 CLAW_ASSERT(
false,
"This method should not have been called" );
#define CLAW_ASSERT(b, s)
Print a message on std::cerr and stop the program if a condition is not true.
Fuction object to get the first element of a std::pair.
void raw(Iterator first, Iterator last)
Write raw data int the stream.
Some assert macros to strengthen you code.