summaryrefslogtreecommitdiff
path: root/src/constexpr_utils.hh
AgeCommit message (Collapse)Author
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