Subject: [Boost-bugs] [Boost C++ Libraries] #1290: Serialization export.hpp (or type_info_implementation.hpp) is NOT self-contained and causes compile error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-09-27 16:32:33
#1290: Serialization export.hpp (or type_info_implementation.hpp) is NOT self-
contained and causes compile error
-----------------------------------+----------------------------------------
Reporter: huangsean_at_[hidden] | Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.34.1
Severity: Showstopper | Keywords:
-----------------------------------+----------------------------------------
The following code should compile:
#include <boost/serialization/export.hpp>
class A
{
};
BOOST_CLASS_EXPORT( A );
instead I got:
error C2027: use of undefined type
'boost::serialization::extended_type_info_impl<T>'
1> with
1> [
1> T=A
1> ]
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1290>
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:56 UTC