merge RC_1_32_0 fixes

[SVN r26337]
This commit is contained in:
Aleksey Gurtovoy
2004-11-28 07:18:24 +00:00
parent 9ad728d2d4
commit c79f7e74cb

View File

@@ -23,6 +23,7 @@ template< typename T > struct list0_c
: l_end : l_end
{ {
typedef l_end type; typedef l_end type;
typedef T value_type;
}; };
}} }}