Skip to content
Snippets Groups Projects
Commit a89f41bc authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

Small optimization of mechanism initialization

* move from index_view to const_index_view for mechaninism
  inintialization. This allows us to pass more generic container
  types to the constructor while avoiding redundant copies
* NOTE: required update of
    * external/vector
    * external/modparser
* fixed signed-vs-unsigned comparison warning in algorithims.hpp
parent cfe5f4bf
No related branches found
No related tags found
No related merge requests found
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