update now obsolete comment

This commit is contained in:
Daniel Kolesa 2022-04-20 01:27:41 +02:00
parent 91e25607ac
commit 1f93c3ea19

View file

@ -30,8 +30,7 @@ std::string_view str_managed_view(char const *str);
* as a part of the string's memory, so it can be easily accessed using just * as a part of the string's memory, so it can be easily accessed using just
* the pointer to the string, but also this is transparent for usage * the pointer to the string, but also this is transparent for usage
* *
* this is not thread-safe yet, and later on it should be made that, * the string manager is thread-safe, so it should be usable in any context
* for now we don't bother...
*/ */
struct string_pool { struct string_pool {