Re: [Boost-users] recursive_variant map recursion / incomplete type error

try
#define BOOST_VARIANT_NO_FULL_RECURSIVE_VARIANT_SUPPORT
MSVC++ 2010 and gcc maybe need this.
------------------------------
Message: 4
Date: Thu, 17 Nov 2011 11:10:27 +0100
From: "Bodmer Marc"
::type element;
int main () { element i = 42; }

Hi, thanks for your help. This works for me. Do you have any clue why this is needed?
participants (2)
-
Bodmer Marc
-
乔志强