Commit Graph

7 Commits (ecdab10dac59c21328f3ccd29601d9e7c79d551e)

Author SHA1 Message Date
Jason Rhinelander dba3ff7fd3 gcc 5.x string_view workaround 5 years ago
Jason Rhinelander 5d1230d7c9 constexpr string_view fixes
Pre-C++17 char_traits::compare isn't constexpr so we can't constexpr the
find/rfind methods that use it.

begin() etc, however, can be constexpr (and need to be for some of the
other constexpr methods here that use them).
5 years ago
Jason Rhinelander 54186c4a89 Replace absl string_view with string_view from lokimq
When we add loki-mq has a dependency we can just alias it, but for now
it's easier to copy the header than add the whole submodule library.
5 years ago
jeff 7d949ebf5d always use absl for string_view 5 years ago
Michael 9ee525a006
Fix shadowing warnings 6 years ago
Michael 54e689b0ad
Use string_view for string_view 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 6 years ago