OSDN Git Service

get_type.hpp ミス
authorMyun2 <myun2@nwhite.info>
Mon, 21 May 2012 16:10:05 +0000 (01:10 +0900)
committerMyun2 <myun2@nwhite.info>
Mon, 21 May 2012 16:10:05 +0000 (01:10 +0900)
roast/include/roast/tp/nest_type/get_type.hpp

index adcfadb..af26d8e 100644 (file)
@@ -31,7 +31,7 @@ namespace roast
                template <typename _NestType, int N>
                struct get_type
                {
-                       typedef typename _get_type::impl<_NestType, N, typename _NestType::_Next>::impl type;
+                       typedef typename _get_type::impl<_NestType, N, typename _NestType::_Next>::type type;
                };
        }
 }