radix: Let the compiler inline and deduplicate radix{_range}.end()
This puts the trivial part of the radix_iterator constructor used by
end() in the class definition, so the compiler can see the full
definition of end(). This should let it inline it and, hopefully,
constant-eliminate it so it doesn't get called repeatedly.
正在显示
请
注册
或者
登录
后发表评论