[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] still MSVC compilation problems
From: |
Vadim Zeitlin |
Subject: |
[lmi] still MSVC compilation problems |
Date: |
Sun, 22 Jun 2008 03:22:40 +0200 |
Hello (Greg),
I'm about ready to just accept the defeat in my struggle to make LMI code
compilable with MSVC. I spent quite a lot of time on this already but
unfortunately it seems that there is just something fundamentally wrong in
(all versions, including 2008 one, of) the compiler which prevents it from
compiling the code in any_member.hpp. More precisely, it's the
any_member<ClassType>::exact_cast() function which can't be compiled
because it insists on fully instantiating holder<ClassType,pmd_type> (even
though normally MSVC 7+ does understand the concept of SFINAE).
Would you have any ideas about how could this code possibly be changed to
accommodate this compiler? I'm afraid I ran out of ideas...
TIA,
VZ
- [lmi] still MSVC compilation problems,
Vadim Zeitlin <=
- Re: [lmi] still MSVC compilation problems, Vadim Zeitlin, 2008/06/21
- Re: [lmi] still MSVC compilation problems, Greg Chicares, 2008/06/21
- Re[2]: [lmi] still MSVC compilation problems, Vadim Zeitlin, 2008/06/22
- Re: [lmi] still MSVC compilation problems, Greg Chicares, 2008/06/24
- Re[2]: [lmi] still MSVC compilation problems, Vadim Zeitlin, 2008/06/24
- Re: [lmi] still MSVC compilation problems, Greg Chicares, 2008/06/24
- [lmi] Re: patch to avoid hard coding RTTI types names in the tests (was: still MSVC compilation problems), Vadim Zeitlin, 2008/06/30
Re: [lmi] still MSVC compilation problems, Greg Chicares, 2008/06/21