ports/devel/boost/files/FBSD4-patch-boost_detail_utf8_codecvt_facet.hpp
Simon Barner 443684d89b - Update to Boost 1.33.0
* 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]
2005-11-09 14:30:56 +00:00

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(