[DEV] correct version of CPP

This commit is contained in:
2015-02-25 22:05:00 +01:00
parent 17635840ae
commit e822d13209
10 changed files with 19 additions and 69 deletions

View File

@@ -10,15 +10,9 @@
#include <gtest/gtest.h>
#include <etk/os/FSNode.h>
#include <math.h>
#include <sstream>
#include <unistd.h>
#if __cplusplus >= 201103L
#include <thread>
#else
#include <etk/thread.h>
#endif
#include <etk/thread.h>
#undef __class__
#define __class__ "test"