Re: [Boost-users] Any function in boost::regex to escape everything of a text

14 Mar
2007
14 Mar
'07
1:50 a.m.
John.
I try format_literal, but it reports error while compiling "error C2065: 'format_literal' : undeclared identifier" I am using the latest version of boost. Microsoft Visual Studio 2005, XP

14 Mar
14 Mar
9:14 a.m.
New subject: Any function in boost::regex to escape everythingof a text
llwaeva@21cn.com wrote:
I try format_literal, but it reports error while compiling "error C2065: 'format_literal' : undeclared identifier"
Ah, it's a newish feature so it's only in namespace boost::regex_constants and doesn't get injected into boost:: as the other older features do. Sorry for the confusion. John.
6647
Age (days ago)
6647
Last active (days ago)
1 comments
2 participants
participants (2)
-
John Maddock
-
llwaeva@21cn.com