You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ clang++ -vclang version 3.2 (trunk)Target: x86_64-unknown-linux-gnuThread model: posix
$ clang++ -std=c++11 thread.cc -o thread -pthread
$ ./thread pure virtual method calledterminate called without an active exceptionAborted