[fdo-commits] r630 - branches/3.2.x/Thirdparty/boost_1_32_0/boost/regex/v4

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Jan 16 13:11:26 EST 2007


Author: jacklee
Date: 2007-01-16 13:11:26 -0500 (Tue, 16 Jan 2007)
New Revision: 630

Modified:
   branches/3.2.x/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp
Log:
Fixed Linux build

Modified: branches/3.2.x/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp
===================================================================
--- branches/3.2.x/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp	2007-01-16 14:24:39 UTC (rev 629)
+++ branches/3.2.x/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp	2007-01-16 18:11:26 UTC (rev 630)
@@ -317,9 +317,9 @@
    static locale_type BOOST_REGEX_CALL imbue(locale_type l){ return l; }
    locale_type BOOST_REGEX_CALL getloc()const{ return locale_type(); }
    void swap(c_regex_traits&){}
-   c_regex_traits<regex_wchar_type>()
+   c_regex_traits()
    { init(); }
-   ~c_regex_traits<regex_wchar_type>()
+   ~c_regex_traits()
    { m_free(); }
    struct sentry
    {



More information about the fdo-commits mailing list