|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62890 - branches/filesystem3/boost/filesystem/v3
From: bdawes_at_[hidden]
Date: 2010-06-12 21:38:46
Author: bemandawes
Date: 2010-06-12 21:38:46 EDT (Sat, 12 Jun 2010)
New Revision: 62890
URL: http://svn.boost.org/trac/boost/changeset/62890
Log:
Fix symbol visibility problem causing Linux/GCC test failures
Text files modified:
branches/filesystem3/boost/filesystem/v3/operations.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/filesystem3/boost/filesystem/v3/operations.hpp
==============================================================================
--- branches/filesystem3/boost/filesystem/v3/operations.hpp (original)
+++ branches/filesystem3/boost/filesystem/v3/operations.hpp 2010-06-12 21:38:46 EDT (Sat, 12 Jun 2010)
@@ -799,7 +799,7 @@
// //
//--------------------------------------------------------------------------------------//
- class filesystem_error : public system::system_error
+ class BOOST_SYMBOL_VISIBLE filesystem_error : public system::system_error
{
// see http://www.boost.org/more/error_handling.html for design rationale
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