ENH: Support more C++11 initializer lists (issue #261)
DynamicList
- construction, assignment and append
HashSet
- construction, insert, set.
- assignment will use the implicit List constructor
hashedWordList
- construction, assignment
- additional sort() and uniq() methods.
- Readonly access to HashTable information via lookup() method.
- NB: could avoid 'const char**' constructors in the future
Some tests are included
Merge request reports
Activity
Filter activity
Added 1 commit:
- 1662f68f - ENH: Support more C++11 initializer lists (issue #261 (closed))
Please register or sign in to reply