Skip to content
Snippets Groups Projects
Verified Commit 198ff70b authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Simplify strsplit() using std::string_view

By the way:
– improve the semantics by having a consistent treatment of empty substring
  components (previously, only the last one was ignored)
– move it to DataTree to make it more accessible from elsewhere (even though
  ideally it should be in a “utilities” namespace).
parent 2fb9aa2a
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment