OSDN Git Service

2005-07-18 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jul 2005 17:42:32 +0000 (17:42 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jul 2005 17:42:32 +0000 (17:42 +0000)
commite2392033a87eb56a953da81c198f7c870f80d908
treed3138d3871b9a0e258c85e2c7513f5adcdaafdd2
parent2806ee49f2b72c642ed1da9cbd1c53e4e0c08eb5
2005-07-18  Paolo Carlini  <pcarlini@suse.de>

* config/locale/gnu/ctype_members.cc (do_is(mask, wchar_t)):
Speed-up for the common case of mask == ctype_base::space;
otherwise, exit the loop earlier if the mask is one of the
elementary ones.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102137 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/locale/gnu/ctype_members.cc