X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fauto_unit_test.hh;h=1163e693ccb01eedf392d45bd9dd131f7888cdb9;hb=90f51da2398de98c2c217045f791ca7813730f48;hp=118f0de0110153f6089109d0bf0ef3ed95e90f86;hpb=309d78606f59617de0cfb1469b22111c846891ad;p=senf.git diff --git a/senf/Utils/auto_unit_test.hh b/senf/Utils/auto_unit_test.hh index 118f0de..1163e69 100644 --- a/senf/Utils/auto_unit_test.hh +++ b/senf/Utils/auto_unit_test.hh @@ -99,16 +99,7 @@ namespace senf { namespace test { template - typename detail::NoCharIterator::type nocharIterator(Iterator i) - { return typename detail::NoCharIterator::type (i); } - - template - typename detail::NoCharIterator::type nocharIterator(Value * i) - { return typename detail::NoCharIterator::type (i); } - - template - typename detail::NoCharIterator::type nocharIterator(Value const * i) - { return typename detail::NoCharIterator::type (i); } + typename detail::NoCharIterator::type nocharIterator(Iterator i); }} @@ -128,7 +119,7 @@ namespace test { ///////////////////////////////hh.e//////////////////////////////////////// //#include "auto_unit_test.cci" //#include "auto_unit_test.ct" -//#include "auto_unit_test.cti" +#include "auto_unit_test.cti" #endif