@@ -640,8 +640,8 @@ public: \
|
||||
typedef VALUE_T mapped_type; \
|
||||
_WX_DECLARE_PAIR( iterator, bool, Insert_Result, CLASSEXP ) \
|
||||
\
|
||||
wxEXPLICIT CLASSNAME( size_type hint = 100, hasher hf = hasher(), \
|
||||
key_equal eq = key_equal() ) \
|
||||
explicit CLASSNAME( size_type hint = 100, hasher hf = hasher(), \
|
||||
key_equal eq = key_equal() ) \
|
||||
: CLASSNAME##_wxImplementation_HashTable( hint, hf, eq, \
|
||||
CLASSNAME##_wxImplementation_KeyEx() ) {} \
|
||||
\
|
||||
|
Reference in New Issue
Block a user