[Pkg-running-devel] [antpm] 36/39: Revert "include cstdint"

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Nov 7 11:13:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 5e660e4e0e61c3f811f937d433c6716989e9e6e5
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sun Aug 17 15:35:32 2014 +0200

    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.
---
 src/stdintfwd.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list