Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66386 - sandbox/function/boost/function/detail
From: dsaritz_at_[hidden]
Date: 2010-11-03 16:30:27


Author: psiha
Date: 2010-11-03 16:30:27 EDT (Wed, 03 Nov 2010)
New Revision: 66386
URL: http://svn.boost.org/trac/boost/changeset/66386

Log:
Added missing defines for Borland and 'other' compilers.
Text files modified:
   sandbox/function/boost/function/detail/platform_specifics.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 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-03 16:30:27 EDT (Wed, 03 Nov 2010)
@@ -123,6 +123,8 @@
     #define BF_RESTRICT
 
     #define BF_FORCEINLINE inline
+ #define BF_NOINLINE
+ #define BF_NORETURN
 
     #define BF_OVERRIDE
     #define BF_SEALED
@@ -150,6 +152,8 @@
     #define BF_RESTRICT
 
     #define BF_FORCEINLINE inline
+ #define BF_NOINLINE
+ #define BF_NORETURN
 
     #define BF_OVERRIDE
     #define BF_SEALED


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