mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
PR: ports/156253 Submitted by: Alexander Churanov (maintainer) Approved by: portmgr (linimon)
11 lines
369 B
C++
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
|
|
}
|