From 1647dd908e0474750b3d7817a99ec26fad8bb39d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 20 Sep 2001 11:45:48 +0000 Subject: [PATCH] Added missing typename qualifier [SVN r11165] --- include/boost/regex.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/regex.hpp b/include/boost/regex.hpp index 4b259608..82dcc513 100644 --- a/include/boost/regex.hpp +++ b/include/boost/regex.hpp @@ -436,9 +436,10 @@ struct def_alloc_param_traits template ::type) > +#else BOOST_DEFAULT_ALLOCATOR(re_detail::def_alloc_param_traits::type) > +#endif class match_results; //