fix a bunch of warnings (actual issues) reported by Frank

This commit is contained in:
Benoit Jacob
2009-01-22 00:09:34 +00:00
parent 4225b7bf57
commit 9e3c73110a
5 changed files with 10 additions and 9 deletions

View File

@@ -45,9 +45,7 @@ void test_meta()
VERIFY(( ei_is_same_type<float*,ei_unconst<const float*>::type >::ret));
VERIFY(( ei_is_same_type<float&,ei_unconst<const float&>::type >::ret));
VERIFY(( ei_is_same_type<float&,ei_unconst<const FloatRef>::type >::ret));
VERIFY(( ei_is_same_type<float&,ei_unconst<ConstFloatRef>::type >::ret));
VERIFY(( ei_is_same_type<float&,ei_unconst<const ConstFloatRef>::type >::ret));
VERIFY(( ei_is_same_type<float&,ei_unconst<float&>::type >::ret));
VERIFY(( ei_is_same_type<float,ei_unref<float&>::type >::ret));