20 Jul
2009
20 Jul
'09
7:28 p.m.
AMDG Igor R wrote:
In VC9.0 the following code gives the error message: 1>...\boost\tuple\detail\tuple_basic.hpp(419) : error C2259: 'Base' : cannot instantiate abstract class
If the Base is not abstract, the code compiles and works as expected. Unfortunately, I'm unable to realise why it tries to instantiate the Base, and how to overcome this issue, so any enlightenment would be greatly appreciated!
This is a known bug. https://svn.boost.org/trac/boost/ticket/426 In Christ, Steven Watanabe