[Boost-bugs] [Boost C++ Libraries] #8781: Compile basic_binary_oprimitive.ipp and basic_binary_iprimitive.ipp error

Subject: [Boost-bugs] [Boost C++ Libraries] #8781: Compile basic_binary_oprimitive.ipp and basic_binary_iprimitive.ipp error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-05 02:57:53


#8781: Compile basic_binary_oprimitive.ipp and basic_binary_iprimitive.ipp error
----------------------------------+------------------------------
 Reporter: ldsink <sink.free@…> | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.54.0
 Severity: Problem | Keywords:
----------------------------------+------------------------------
 Tested with msvc-11.0 on Windows7 x64 with Boost 1.54.0

 When I include following files in my project
 #include <boost/archive/impl/basic_binary_oprimitive.ipp>
 #include <boost/archive/impl/basic_binary_iprimitive.ipp>
 Compiler report lots of errors.

 I read source codes and find them lack head file.
 I found a quick fix.
 add
 #include <boost/archive/basic_binary_oprimitive.hpp> // include head file
 and
 #include <boost/archive/basic_binary_iprimitive.hpp> // include head file
 to each file can solve this problem.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8781>
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:13 UTC