3 Apr
2010
3 Apr
'10
11:43 a.m.
I believe this option changes ABI, therefore both your project and Boost.Regex must be build with the same value of this option.
Does this help?
How to do that (build Regex with /Za)? To build the library I used bjam. The command line is: -------------------- bjam --build-type=complete toolset=msvc-9.0 stage -------------------- Where to add /Za option? (Or any option in fact.) Adam Badura