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

ENH: primitiveEntry construct with empty token list

- contents to be filled with a later assignment.

  This can help avoid deduction issues when populating from a list of
  tokens, and the templated version is selected:

  ```
  template<class T>
  primitiveEntry(const keyType&, const T&);
  ```

ENH: support construct empty ITstream with given name

- populate contents later by assigment
parent a415f044
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