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; }; }}