Skip to content

Instantly share code, notes, and snippets.

View 13abylon's full-sized avatar

Thomas Schmidts 13abylon

View GitHub Profile
// g++ test.cpp --std=c++11 -lpthread -O2
//#ifdef WIN32 <- stdafx breaks this ifdef...
//#include "stdafx.h"
//#endif
#include <iostream>
#include <atomic>
#include <thread>
#include <vector>