id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13237,BOOST_TEST comparing two char*/wchar_t*,mikhail.strelnikov@…,Gennadiy Rozental,"BOOST_TEST should compare pointers, not strings. Consider: {{{ char s[] = {65, 0, 65, 0}; char *c1 = &s[0], *c2 = &s[2]; if (c1 != c2) { BOOST_TEST(c1 != c2); } }}} Error looks like this: {{{ check c1 != c2 has failed [A == A] }}} With wchar_t: {{{ check c1 != c2 has failed [0x7ffc3b6d9bb0 == 0x7ffc3b6d9bb8] }}} ",Bugs,closed,To Be Determined,test,Boost 1.65.0,Problem,worksforme,,