Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-04 | string_view - Fix buggy comparison | John Hodge | 1 | -1/+1 | |
2018-06-27 | Move src/include/string_view.hpp into own namespace | Greg V | 1 | -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-27 | Include - Add missing file | John Hodge | 1 | -0/+89 | |