This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Speed up parsing of ints and floats (in the "C" locale)


> +      template<typename _CharT2>
> +        typename __enable_if<int, __is_char<_CharT2>::__value>::__type
> +        _M_find(const _CharT2*, size_t __len, _CharT2 __c) const

very nice!

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]