initial version

This commit is contained in:
2016-07-15 15:00:49 +02:00
parent 888b4f8cc5
commit 43148f4d54
19 changed files with 837 additions and 0 deletions

13
misc/fixc11.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef FIXC11_H
#define FIXC11_H
#include <cmath>
//namespace std {
// template <typename T> T sqrt(const T val) {return ::sqrt(val);}
//}
#endif // FIXC11_H