summaryrefslogtreecommitdiff
path: root/src/constexpr_utils.hh
AgeCommit message (Collapse)Author
2018-10-23Refactor Hook management to have a well defined list of hooksMaxime Coste
Hooks are now an enum class instead of passing strings around.
2017-12-06Remove Vector returning split functions, use range adaptorMaxime Coste
Do not allocate temporary vectors to store splitted data, use the 'split' range adaptor along with transform(unescape) to provide the same feature with less allocations.
2017-11-12Move Array and ConstexprVector to a constexpr_utils.hh headerMaxime Coste