Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2496: boost/function/function_fwd.hpp:24:7: warning: "BOOST_STRICT_CONFIG" is not defined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-11-12 11:54:14
#2496: boost/function/function_fwd.hpp:24:7: warning: "BOOST_STRICT_CONFIG" is not
defined
----------------------------------------------------+-----------------------
Reporter: ANDREW CHITTENDEN <andyc_at_[hidden]> | Owner:
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: None
Version: Boost 1.36.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------------------+-----------------------
Comment(by ANDREW CHITTENDEN <andyc_at_[hidden]>):
This following patch fixes it:
===== boost/function/function_fwd.hpp 1.1 vs edited =====
--- 1.1/boost/function/function_fwd.hpp 2008-11-06 09:48:35 +00:00
+++ edited/boost/function/function_fwd.hpp 2008-11-12 11:49:40 +00:00
@@ -21,7 +21,7 @@
#if defined (BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
\
|| defined(BOOST_BCB_PARTIAL_SPECIALIZATION_BUG)
\
- || !(BOOST_STRICT_CONFIG || !defined(__SUNPRO_CC) || __SUNPRO_CC >
0x540)
+ || !(defined(BOOST_STRICT_CONFIG) || !defined(__SUNPRO_CC) ||
__SUNPRO_CC > 0x540)
# define BOOST_FUNCTION_NO_FUNCTION_TYPE_SYNTAX
#endif
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2496#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:59 UTC