
5 Jan
2005
5 Jan
'05
5:45 p.m.
On 01/04/2005 11:52 AM, christopher diggins wrote:
I have written a union-style type similar to boost::variant which allows [snip] single values, and multiple types. This type is called a union-list ( ul ) and is described at http://www.codeproject.com/useritems/union_list.asp This code has specializations of nested classes, and, at least according to compile errors in comments to the example code in:
http://boost-sandbox.sourceforge.net/vault/class_scope_specialization.cpp this wouldn't be accepted by gcc.