From c79f7e74cba94b69f96271263a5aebcb16a67f04 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sun, 28 Nov 2004 07:18:24 +0000 Subject: [PATCH] merge RC_1_32_0 fixes [SVN r26337] --- include/boost/mpl/list/list0_c.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/mpl/list/list0_c.hpp b/include/boost/mpl/list/list0_c.hpp index ca964f4..b6f474c 100644 --- a/include/boost/mpl/list/list0_c.hpp +++ b/include/boost/mpl/list/list0_c.hpp @@ -23,6 +23,7 @@ template< typename T > struct list0_c : l_end { typedef l_end type; + typedef T value_type; }; }}