It is an include order problem although I don't know specific issue yet. I moved the include for regex.hpp up front and the error went away. Thanks John. Larry -----Original Message----- From: John Maddock Sent: Sunday, February 24, 2013 11:30 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] [Regex] MSVC 2008 (VC9) fails tocompileregex_raw_buffer.hpp on 1_49
I looked to see if this was a known failure but apparently missed it if it was already covered. It is probably not a Boost problem. The earlier versions were compiled on 32 bit systems and this is a 64 bit system (Win7). I assume I have probably missed some configuration item to make this work. I am fairly certain I did compile this before under VC9 on a 32 bit system (Vista). (Boost was built from source on this system and this compiler.)
Stumped here, that code has been that way since the beginning of regex, could there be some mixup in your include paths? Grappling in the dark yours, John. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users