28 Dec
2011
28 Dec
'11
7:57 p.m.
This seems to be a restriction that Boost is imposing as I can safely enable the /RTCs option on Release builds of projects that don't use Boost.
So it sounds like there isn't a real workaround then?
Are you linking a boost lib or dll instead of just using header files? Perhaps try rebuilding the boost lib/dll with optimizations off and rtc checks on and then relink. I can't see any reason why the boost code itself would care one or the other about those settings. But, it might make sense if the pre-built lib files are simply incompatible with them. -- Bill