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

COMP: resolve label-size=64 ambiguities

* The generic templated constructor and assignment
  Eg,
     template<class ListType> DynList(const ListType& lst)

  Provides the best candidate when there is a int32/int64 mismatch:
     DynList<int64_t> list(10)

  The cleanest solution would be avoid the generic templated versions
  entirely, but they are needed when converting from rows of graph data
  (which are stored as LongList). However, this approach introduced some
  odd regressions.
parent 64822c8c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment