template-template g++ port/refactoring

[SVN r2486]
This commit is contained in:
Arkadiy Vertleyb
2005-02-17 04:55:59 +00:00
parent 370c218a5a
commit 570994783e
11 changed files with 147 additions and 122 deletions
+1 -2
View File
@@ -66,8 +66,7 @@ namespace template_template {
}
BOOST_TYPEOF_REGISTER_TEMPLATE_X(template_template::tt_test,(BOOST_TYPEOF_TEMPLATE( (typename)(unsigned int) ))(int))
BOOST_TYPEOF_REGISTER_TEMPLATE_TEMPLATE(template_template::C,(typename)(unsigned int))
BOOST_TYPEOF_REGISTER_TEMPLATE_X(template_template::C,(typename)(unsigned int))
BOOST_STATIC_ASSERT((typeof_test<template_template::tt_test<template_template::C,4> >::value));
#endif