GIE wrote:
I have problem compiling following empty project:
[code removed] It looks like you must define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS. If I define that, it compiles. Arjun Bijanki Microsoft Corporation
thanks
----- Original Message -----
From: "Arjun Bijanki"
GIE wrote:
I have problem compiling following empty project:
[code removed]
It looks like you must define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS. If I define that, it compiles.
Arjun Bijanki Microsoft Corporation
It looks like you must define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS. If I define that, it compiles.
Thanks I've patched the crc lib in the cvs, I haven't changed the value of BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS for vc7 as the problem is actually subtly different from the one detected by that macro (and other boost libs don't need that setting). John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm
participants (3)
-
Arjun Bijanki
-
GIE
-
John Maddock