diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2014-08-17 15:35:32 +0200 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2014-08-17 15:35:32 +0200 |
commit | 5e660e4e0e61c3f811f937d433c6716989e9e6e5 (patch) | |
tree | 9d9051b4c6d5e1e48fe2805a2ab2c4334e0a3055 | |
parent | 27e050caa4e8558a964ccabe19bd957e8ce07619 (diff) |
Revert "include cstdint"
This reverts commit bff91033b0d6c69cd657cc277157fc85d3e0530c.
As travis builds fail with this, due to old g++ headers:
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/bits/c++0x_warning.h:32:2: error:
This file requires compiler and library support for the upcoming ISO C++
standard, C++0x. This support is currently experimental, and must be
enabled with the -std=c++0x or -std=gnu++0x compiler options.
^
1 error generated.
-rw-r--r-- | src/stdintfwd.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdintfwd.hpp b/src/stdintfwd.hpp index c41e727..feb13bb 100644 --- a/src/stdintfwd.hpp +++ b/src/stdintfwd.hpp @@ -19,7 +19,7 @@ #ifndef _MSC_VER // [ -#include <cstdint> +//#include <cstdint> //#error "Use this header only with Microsoft Visual C++ compilers!" #include <boost/cstdint.hpp> |