From 753a3d658481460622bc43ca0f072775c8bcf978 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 29 Jul 2002 11:04:14 +0000 Subject: [PATCH] Removed duplicate declaration. [SVN r14635] --- include/boost/regex/regex_traits.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/regex/regex_traits.hpp b/include/boost/regex/regex_traits.hpp index 6edb4b8c..bab6b61b 100644 --- a/include/boost/regex/regex_traits.hpp +++ b/include/boost/regex/regex_traits.hpp @@ -47,8 +47,6 @@ struct mss BOOST_REGEX_DECL bool BOOST_REGEX_CALL re_lookup_def_collate_name(std::string& buf, const char* name); BOOST_REGEX_DECL std::size_t BOOST_REGEX_CALL re_get_default_message(char* buf, std::size_t len, std::size_t id); extern BOOST_REGEX_DECL const char *re_default_error_messages[]; -BOOST_REGEX_DECL bool BOOST_REGEX_CALL re_lookup_def_collate_name(std::string& buf, const char* name); -//extern BOOST_REGEX_DECL const wchar_t combining_ranges[]; #ifndef BOOST_NO_WREGEX extern BOOST_REGEX_DECL wchar_t wide_lower_case_map[];