ports/devel/boost-libs/files/patch-libs_filesystem__v3__src__path.cpp
Max Brazhnikov 221637a53e Update boost ports to 1.48.0
PR:		ports/156253
Submitted by:	Alexander Churanov (maintainer)
Approved by:	portmgr (linimon)
2012-05-16 16:07:24 +00:00

11 lines
369 B
C++

--- libs/filesystem/v3/src/path.cpp.orig 2011-12-15 17:38:14.000000000 +0300
+++ libs/filesystem/v3/src/path.cpp 2011-12-15 17:51:50.000000000 +0300
@@ -767,7 +767,7 @@
// or LANG are wrong, for example), so dynamic initialization is used to ensure
// that exceptions can be caught.
- return std::locale("");
+ return std::locale();
# endif
}