id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 471,"boost.range and ""const char[]"".",sergey_shandar,Thorsten Ottosen,"{{{ // Both boost::end(...) and boost::size(...) return wrong values. // Compilers: GCC 3.3.4 and VC 7.1. // A simple example: #include #include int test_main(int, char *[]) { const char A[] = ""\0A""; BOOST_CHECK(boost::size(A)==2); // failed. return 0; } }}}",Bugs,closed,,range,Boost 1.34.0,Problem,wontfix,,