Page MenuHomePhabricator

Fix GenericLookupTable and GenericLoopupTableProperty
Closed, ResolvedPublic

Description

GenericLookupTable and GenericLoopupTableProperty are templated classes that have not been used yet. When trying to instantiate them, I found some compiler errors that need to be fixed. Also, a macro to specialize them is needed, similar to the GenericProperty mechanism.

Event Timeline

change request file for T2443

besides hasty spelling this sounds ok

[SVN revision 18798]
COMP (#2443): Fix 'typename' linux compiler error

the compiler errors are fixed.

In the meantime, more changes were necessary, see T2278 for details.