[Pkg-running-devel] [antpm] 36/48: build fix: VS2012 has proper smart pointers

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:33 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 d6422545fdbdc0665b9b6b468ddb76d9642a46fb
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Tue Apr 8 14:52:57 2014 +0200

    build fix: VS2012 has proper smart pointers
---
 src/SmartPtrFwd.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SmartPtrFwd.hpp b/src/SmartPtrFwd.hpp
index 73ff028..a652b24 100644
--- a/src/SmartPtrFwd.hpp
+++ b/src/SmartPtrFwd.hpp
@@ -21,7 +21,7 @@
 
 
 # ifdef _MSC_VER
-#  if _MSC_VER == 1600 // VS2010
+#  if _MSC_VER == 1600 || _MSC_VER == 1700 // VS2010, VS2012
 
 // smart ptr stuff is already in std::
 

-- 
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