Topcoder gcc и bitset::to_string()

Jul 24, 2009 11:42

Дорешивая задачку из вчерашнего SRM, обнаружил, что C++ код, который компилируется у меня на компьютере (gcc 4.2.4), не хочет компилироваться на сервере Topcoder (там gcc 3.x). Проблема с bitset::to_string():no matching function for call to `std::bitset<10u>::to_string()’

Обходится заменой to_string() на to_string, allocator >()
This is crossposted entry. kit1980.ru

gcc, c++, topcoder, contests

Previous post Next post
Up