26 Mar
2003
26 Mar
'03
6:48 p.m.
In article
Also, make sure you include
before any of the Boost.Python headers, because not all of them do that and you can end up with incorrect structure definitions in a debug build if you don't. (I should report this bug.)
This is not correct. Somehow I managed to build a program where different DLLs were using different structure definitions and on investigation it *seemed* that a Boost.Python header was at fault. On reexamination of Boost.Python I don't believe this is the case. My apologies to David Abrahams.