Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66770 - sandbox/function/boost/function/detail
From: dsaritz_at_[hidden]
Date: 2010-11-26 10:49:08


Author: psiha
Date: 2010-11-26 10:49:05 EST (Fri, 26 Nov 2010)
New Revision: 66770
URL: http://svn.boost.org/trac/boost/changeset/66770

Log:
Fixed compilation errors for non-MSVC compilers.
Text files modified:
   sandbox/function/boost/function/detail/platform_specifics.hpp | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: sandbox/function/boost/function/detail/platform_specifics.hpp
==============================================================================
--- sandbox/function/boost/function/detail/platform_specifics.hpp (original)
+++ sandbox/function/boost/function/detail/platform_specifics.hpp 2010-11-26 10:49:05 EST (Fri, 26 Nov 2010)
@@ -71,8 +71,8 @@
     #define BF_NOVTABLE
     #define BF_NOTHROW __attribute__(( nothrow ))
     #define BF_NOALIAS
- #define BF_NOTHROWNOALIAS NOTHROW
- #define BF_NOTHROWNORESTRICTNOALIAS NOTHROW
+ #define BF_NOTHROWNOALIAS BF_NOTHROW
+ #define BF_NOTHROWNORESTRICTNOALIAS BF_NOTHROW
 
     #define BF_HAS_NOTHROW
 
@@ -118,8 +118,8 @@
     #define BF_NOVTABLE
     #define BF_NOTHROW
     #define BF_NOALIAS
- #define BF_NOTHROWNOALIAS NOTHROW
- #define BF_NOTHROWNORESTRICTNOALIAS NOTHROW
+ #define BF_NOTHROWNOALIAS BF_NOTHROW
+ #define BF_NOTHROWNORESTRICTNOALIAS BF_NOTHROW
 
     #define BF_SELECTANY
 
@@ -148,8 +148,8 @@
     #define BF_NOVTABLE
     #define BF_NOTHROW
     #define BF_NOALIAS
- #define BF_NOTHROWNOALIAS NOTHROW
- #define BF_NOTHROWNORESTRICTNOALIAS NOTHROW
+ #define BF_NOTHROWNOALIAS BF_NOTHROW
+ #define BF_NOTHROWNORESTRICTNOALIAS BF_NOTHROW
 
     #define BF_SELECTANY
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk