etl::basic_string::copy is now const and does not affect the 'truncated' flag.

This commit is contained in:
John Wellbelove 2021-06-17 12:01:04 +01:00
parent 6a1ce235dc
commit 7f30a7cb8b

View File

@ -1,6 +1,6 @@
===============================================================================
20.11.2
etl::basic_string::copy is not const and does not affect truncation flags.
etl::basic_string::copy is now const and does not affect truncation flags.
===============================================================================
20.11.1