Skip to content
Snippets Groups Projects
Commit 7c10b89a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

Merge branch 'initialier_list-updates' into 'merge-foundation'

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

See merge request !67
parents 7a5dff91 1967fd3d
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment