From 1f93c3ea192ab715a7d90ec69a3d12c613a7abef Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 20 Apr 2022 01:27:41 +0200 Subject: [PATCH] update now obsolete comment --- src/cs_strman.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cs_strman.hh b/src/cs_strman.hh index 4cb51fb..4193c7e 100644 --- a/src/cs_strman.hh +++ b/src/cs_strman.hh @@ -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 * 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, - * for now we don't bother... + * the string manager is thread-safe, so it should be usable in any context */ struct string_pool {