mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
* Boost.Regex now supports the ICU unicode library * Optionally build Boost with GCC 3.4 on FreeBSD 4.x [1] * For changes to the Boost libraries see their specific ChangeLogs in ${LOCALBASE}/share/doc/boost or at http://www.boost.org/ * Bump shared library version to 3 PR: ports/88014 [1] Submitted by: Václav Haisman [1]
11 lines
438 B
C++
11 lines
438 B
C++
--- boost/detail/utf8_codecvt_facet.hpp.orig Sun Aug 21 13:59:04 2005
|
|
+++ boost/detail/utf8_codecvt_facet.hpp Sun Aug 21 13:59:34 2005
|
|
@@ -117,7 +117,7 @@
|
|
{
|
|
public:
|
|
explicit utf8_codecvt_facet(std::size_t no_locale_manage=0)
|
|
- : std::codecvt<wchar_t, char, std::mbstate_t>(no_locale_manage)
|
|
+ : std::codecvt<wchar_t, char, std::mbstate_t>() // FIXME
|
|
{}
|
|
protected:
|
|
virtual std::codecvt_base::result do_in(
|