diff options
| author | Stefan Boberg <[email protected]> | 2022-06-10 16:02:28 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-06-10 16:02:28 +0200 |
| commit | c5ece7dcebf9d2af1321e24d8ff43075c617e53a (patch) | |
| tree | cdf81daf2a999d5ccb4617d5ff14fd16f6d9a995 /zencore | |
| parent | clang-format fixes (diff) | |
| parent | namespace/bucket validation now uses AsciiSet for more efficient validation (... (diff) | |
| download | zen-c5ece7dcebf9d2af1321e24d8ff43075c617e53a.tar.xz zen-c5ece7dcebf9d2af1321e24d8ff43075c617e53a.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore')
| -rw-r--r-- | zencore/include/zencore/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/string.h b/zencore/include/zencore/string.h index 92f567dae..7ea8c029f 100644 --- a/zencore/include/zencore/string.h +++ b/zencore/include/zencore/string.h @@ -933,7 +933,7 @@ public: return *Skip(Str, Set) == '\0'; } - ////////// Algorithms for string types like FStringView and FString ////////// + ////////// Algorithms for string types like std::string_view and std::string ////////// /** Get initial substring with all characters in set */ template<class StringType> |