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

MAINT-1175: Forbid LLRegistry[Singleton]<std::type_info*, ...>.

Back out code that selects LLTypeInfoLookup for the underlying map
implementation when KEY = [const] std::type_info*, because LLTypeInfoLookup's
API is changing to become incompatible with std::map. Instead, fail with
STATIC_ASSERT when LLRegistry's KEY is [const] std::type_info*.
Fix all existing uses to use std::type_info::name() string instead.
parent 70035274
No related branches found
No related tags found
Loading
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