When I try to compile this simple program:
#include void f() { std::this_thread::sleep_for(std::chrono::seconds(3)); } int main() { std::
Seems to work without the define on ubuntu 13.04 using gcc version 4.7.3