summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-07-18 20:33:54 -0400
committerNat Goodspeed <nat@lindenlab.com>2012-07-18 20:33:54 -0400
commit2e83dfa217feb90e7b94e499346ad9b98fa711b2 (patch)
tree5a04949eb59fe0ff1a5d92d8fb0222d1f33d3130 /indra/llui/lltextbase.cpp
parent5e1e44ca7ea6fdbfb34a3a3968d5f07fc0ff3d7a (diff)
MAINT-1175: Ditch LLTypeInfoLookup, make map<const type_info*> work.
Instead of forbidding std::map<const std::type_info*, ...> outright (which includes LLRegistry<const std::type_info*, ...> and LLRegistrySingleton<const std::type_info*, ...>), try to make it work by specializing std::less<const std::type_info*> to use std::type_info::before(). Make LLRegistryDefaultComparator<T> use std::less<T> so it can capitalize on that specialization.
Diffstat (limited to 'indra/llui/lltextbase.cpp')
0 files changed, 0 insertions, 0 deletions