Re: [Boost-bugs] [Boost C++ Libraries] #10501: VS2008: serialize compilation error for container classes

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10501: VS2008: serialize compilation error for container classes
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-23 20:15:17


#10501: VS2008: serialize compilation error for container classes
-------------------------------+---------------------------
  Reporter: anonymous | Owner: ramey
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: serialization
   Version: Boost 1.56.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+---------------------------
Changes (by ramey):

 * status: new => closed
 * resolution: => invalid

Comment:

 try

 {{{
 #include <fstream>
 #include <boost/serialization/vector.hpp>
 #include <boost/serialization/string.hpp>
 #include <boost/archive/text_oarchive.hpp>


 int main()
 {
         std::ofstream ofs("filename");
         boost::archive::text_oarchive oa(ofs);
         std::vector<std::string> names;
         oa << names;
 }

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10501#comment:2>
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:17 UTC