X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FString.hh;h=ee71b555e270f5ad3ae6bd1444520d22ec700c33;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=623068b652c24c67cee01d3810ae69830476751d;hpb=41eff772147b6df1961d9029ba6815b553b4f81d;p=senf.git diff --git a/Utils/String.hh b/Utils/String.hh index 623068b..ee71b55 100644 --- a/Utils/String.hh +++ b/Utils/String.hh @@ -45,6 +45,13 @@ namespace senf { template std::string str(T const & t); + template + Target lexical_cast(Source const & arg); + + namespace detail { template class lexical_caster; } + + template + detail::lexical_caster lexical_cast(); } ///////////////////////////////hh.e////////////////////////////////////////