12 Jul
2012
12 Jul
'12
8:15 a.m.
Why min_element give me errors without BOOST_RANGE_ENABLE_CONCEPT_ASSERT
defined 0? Is it uses only for make error messages more readable? Is it safe
to define it to 0?
#include <vector>
//#define BOOST_RANGE_ENABLE_CONCEPT_ASSERT 0
#include