#include <boost/lambda/lambda.hpp>

Dear all, if I include this file I get the following error-message: d:\cvsatSixt\sixt_offer_src\boost\boost\lambda\detail\arity_code.hpp(66): error C2065: 'T' : undeclared identifier I am using Microsoft Visual C++ .NET version 1.0.3705 I am probably missing something very basic. Kind regards Andreas

On 12/11/06, Andreas Wißmeier
Dear all,
if I include this file I get the following error-message:
d:\cvsatSixt\sixt_offer_src\boost\boost\lambda\detail\arity_code.hpp(66): error C2065: 'T' : undeclared identifier
I am using Microsoft Visual C++ .NET version 1.0.3705
That sounds like the version of your framework, not the compiler version.

On 12/11/06, Noah Roberts
On 12/11/06, Andreas Wißmeier
wrote: Dear all,
if I include this file I get the following error-message:
d:\cvsatSixt\sixt_offer_src\boost\boost\lambda\detail\arity_code.hpp(66): error C2065: 'T' : undeclared identifier
I am using Microsoft Visual C++ .NET version 1.0.3705
That sounds like the version of your framework, not the compiler version.
That version sounds suspiciously like VC++ 7.0 (i..e C++ from Visual Studio.NET 2002). In which case, Andreas is out of luck, as, in the regression tests, the combination of VC++ 7.0 and Boost.Lambda is marked as unusable. If you're using VC++ and want to use Boost.Lambda, you need to be using VC++ 7.1 or 8.0 - that's Visual Studio 2003 or 2005 respectively. Stuart Dootson
participants (3)
-
Andreas Wißmeier
-
Noah Roberts
-
Stuart Dootson