Re: [Boost-bugs] [Boost C++ Libraries] #6638: convert_aux fails while intializing global variable

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6638: convert_aux fails while intializing global variable
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-05 09:39:47


#6638: convert_aux fails while intializing global variable
-------------------------+-------------------------------------------------
  Reporter: john doe | Owner: bemandawes
  <johndoe> | Status: new
      Type: Bugs | Component: filesystem
 Milestone: To Be | Severity: Problem
  Determined | Keywords: filesystem path convert wide/narrow
   Version: Boost | string
  1.49.0 |
Resolution: |
-------------------------+-------------------------------------------------

Comment (by Nils Gladitz <gladitz@…>):

 The snippet in the description no longer crashes for me in Boost 1.54.0
 but now the following (related?) snippet does:


 {{{
 #include <boost/filesystem.hpp>

 using namespace boost::filesystem;

 class Test
 {
 public:
         ~Test()
         {
                 path p(L"C:\\TEMP\\");
                 path r(p / "narrow");
         }
 };

 Test test1;
 Test test2;

 int main()
 {

 }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6638#comment:5>
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:14 UTC