Subject: [Boost-bugs] [Boost C++ Libraries] #6508: intrusive/deriviation_value_traits.hpp missing include
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-02-01 16:28:51
#6508: intrusive/deriviation_value_traits.hpp missing include
-------------------------------------+--------------------------------------
Reporter: apolukhin | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: Boost 1.49.0 | Component: intrusive
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
In boost_1_49_0_beta1 header boost/pointer_to_other.hpp must be included
in boost/intrusive/deriviation_value_traits.hpp.
Otherwise, this errors are produced:
{{{
./boost/intrusive/derivation_value_traits.hpp:35:28: error:
'pointer_to_other' in namespace 'boost' does not name a type
./boost/intrusive/derivation_value_traits.hpp:35:44: error: expected
unqualified-id before '<' token
./boost/intrusive/derivation_value_traits.hpp:36:28: error:
'pointer_to_other' in namespace 'boost' does not name a type
./boost/intrusive/derivation_value_traits.hpp:36:44: error: expected
unqualified-id before '<' token
./boost/intrusive/derivation_value_traits.hpp:38:22: error: 'pointer' was
not declared in this scope
./boost/intrusive/derivation_value_traits.hpp:38:29: error: template
argument 1 is invalid
./boost/intrusive/derivation_value_traits.hpp:40:22: error:
'const_pointer' was not declared in this scope
./boost/intrusive/derivation_value_traits.hpp:40:35: error: template
argument 1 is invalid
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6508> 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:50:08 UTC