Skip to content
Snippets Groups Projects
Commit 2e83dfa2 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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.
parent 5e1e44ca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment