[fdo-commits] r635 - trunk/Thirdparty/boost_1_32_0/boost/regex/v4

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Jan 16 14:53:33 EST 2007


Author: jacklee
Date: 2007-01-16 14:53:33 -0500 (Tue, 16 Jan 2007)
New Revision: 635

Modified:
   trunk/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp
Log:
Fixed Linux build

Modified: trunk/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp
===================================================================
--- trunk/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp	2007-01-16 19:17:14 UTC (rev 634)
+++ trunk/Thirdparty/boost_1_32_0/boost/regex/v4/regex_traits.hpp	2007-01-16 19:53:33 UTC (rev 635)
@@ -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