8 Jun
2010
8 Jun
'10
3:49 p.m.
AMDG John Dlugosz wrote:
First, how can my source file assert that the correct version of Boost was found for an #include?
Can you check BOOST_VERSION in boost/version.hpp?
Second, I need to build Microsoft debug DLLs to match incompatible compilation options, namely defines _HAS_ITERATOR_DEBUGGING=0;_BIND_TO_CURRENT_VCLIBS_VERSION=1. How should I decorate the resulting names to reflect this option? That is, besides ...-mt-dg...? I think this is referred to as the "ABI tag".
Does the --buildid option help? In Christ, Steven Watanabe