Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコンパイラ (g++ (GCC) 4.1.2 20071124) の警告があります。
「符号付き整数式と符号なし整数式の比較」
string a_str = ... if(a_str.rfind("<CDATA") == string::npos ) ...
これは奇妙です。なぜ標準的なものが警告を発するのでしょうか?