|
-
December 15th, 2011, 10:09 AM
#3
Re: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'
Are you by chance using Boost MultiArray? I know that in VS2010, there is a bug in MultiArray which causes compiles to fail unless you disable iterator debugging.
If you do that, however, all compiled boost libraries (such as Thread) must be built with the same _HAS_ITERATOR_DEBUGGING flag set. You can set this on the bjam command line.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|