int main() { { boost::progress_timer t; for (int i = 0; i < 100000000; i++) func(); } { boost::progress_timer t; for (int i = 0; i < 100000000; i++) func2(); } }
>>424 The definition of a string relies on the fact that acharacter can be copied, and littele else. のこと?コピーできるとかの条件をみたすならそれはstringの要素になりうる、っていう話の まえふりじゃないの?