summaryrefslogtreecommitdiff
path: root/src/include/string_view.hpp
AgeCommit message (Collapse)AuthorFilesLines
2018-07-04string_view - Fix buggy comparisonJohn Hodge1-1/+1
2018-06-27Move src/include/string_view.hpp into own namespaceGreg V1-1/+2
libc++ offers std::string_view regardless of -std flag, so defining a custom std::string_view results in a conflict. This one is actually not a precise clone of the real one (uses two pointers instead of pointer+length).
2018-05-27Include - Add missing fileJohn Hodge1-0/+89