|
-
December 19th, 2011, 10:16 AM
#5
Re: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'
The key, as I mentioned before, is to make sure that the libraries (.lib files) are built using the same setting of _ITERATOR_DEBUG_LEVEL as your executable is.
You modify the setting for your executable in the project's preprocessor directives.
You modify the setting for the libraries using 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
|