Minor documentation fix in managed_shared_memory.hpp

This commit is contained in:
Wojciech Mamrak
2025-09-04 14:00:35 +02:00
committed by GitHub
parent 45f134103a
commit b7014cac1f

View File

@@ -372,7 +372,7 @@ typedef basic_managed_shared_memory
fixed_managed_shared_memory;
//!Typedef for a default basic_managed_shared_memory
//!of narrow characters to be placed in a fixed address
//!of wide characters to be placed in a fixed address
typedef basic_managed_shared_memory
<wchar_t
,rbtree_best_fit<mutex_family, void*>