t.cpp is the little program above.
Code:
$ gcc -ggdb -std=c++0x -lstdc++ -pthread -o t t.cpp
$ ./t
terminate called without an active exception
Aborted