Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78005 - trunk/libs/filesystem/test
From: bdawes_at_[hidden]
Date: 2012-04-16 09:01:31


Author: bemandawes
Date: 2012-04-16 09:01:30 EDT (Mon, 16 Apr 2012)
New Revision: 78005
URL: http://svn.boost.org/trac/boost/changeset/78005

Log:
Add a test case for 6690
Text files modified:
   trunk/libs/filesystem/test/path_test.cpp | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/libs/filesystem/test/path_test.cpp
==============================================================================
--- trunk/libs/filesystem/test/path_test.cpp (original)
+++ trunk/libs/filesystem/test/path_test.cpp 2012-04-16 09:01:30 EDT (Mon, 16 Apr 2012)
@@ -1741,8 +1741,9 @@
 
 } // unnamed namespace
 
-static boost::filesystem::path FilePath = "FilePath"; // #6737 reported this crashed
- // on VC++ debug mode build
+static boost::filesystem::path ticket_6737 = "FilePath"; // #6737 reported this crashed
+ // on VC++ debug mode build
+const boost::filesystem::path ticket_6690("test"); // #6690 another V++ static init crash
 
 //--------------------------------------------------------------------------------------//
 // //


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk