On 11/06/2013 06:32 PM, Tommaso Cucinotta wrote:
Is anyone else getting gazillion of these messages
../../boost/boost/regex/v4/match_results.hpp:305:7: note: in expansion of macro
‘BOOST_STATIC_ASSERT’
BOOST_STATIC_ASSERT(sizeof(charT) <= sizeof(char_type));
^
In file included from ../../boost/boost/regex/v4/regex.hpp:166:0,
from ../../boost/boost/regex.hpp:31,
from ../../src/support/regex.h:66,
from Preamble.cpp:31:
../../boost/boost/regex/v4/regex_split.hpp: In function ‘std::size_t
boost::regex_split(OutputIterator, std::basic_string<charT, Traits1, Alloc1>&, const
boost::basic_regex<charT, Traits2>&, boost::regex_constants::match_flag_type,
std::size_t)’:
../../boost/boost/regex/v4/regex_split.hpp:110:80: warning: typedef
‘match_allocator’ locally defined but not used [-Wunused-local-typedefs]
typedef typename match_results<ci_t>::allocator_type
match_allocator;
while compiling ? I think I started to see them since the upgrade to Ubuntu
13.10. Apparently they're harmless, as it compiles and runs, but...
I think a bunch of us were getting such messages a while back in branch,
at least, and that something was done to suppress them. But I can't
remember for sure. JMarc may.
Richard