This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
YASMIN/misc/fixc11.h
2016-07-15 15:00:49 +02:00

14 lines
165 B
C

#ifndef FIXC11_H
#define FIXC11_H
#include <cmath>
//namespace std {
// template <typename T> T sqrt(const T val) {return ::sqrt(val);}
//}
#endif // FIXC11_H