On Saturday 07 August 2010 02:43:13 Roger Leigh wrote: > I just need to work out how to disable boost::regex::collate; is there > an inverse of that option? Since it's enabled by default for > extended regexes, I'm not sure how to turn this off.
indeed, from the faq: "[Note - when regex_constants::nocollate in effect, the library behaves "as if" the LC_COLLATE locale category were always "C", regardless of what its actually set to - end note]." -Zach

