Didier Messages: 728 Registered: November 2008 Location: France
Contributor
Hello kitovyj,
I use boost and also ran into these kinds of problems.
The solution I found is to add the following line in the cpp file that includes and uses boost headers
#pragma BLITZ_PROHIBIT
==> the result is that this file IS NOT compiled with other arbitrary files by blitz so you don't get these errors