Fixes #86 ("Invalid UTF-8 character in comment")

This commit is contained in:
Ion Gaztañaga 2024-07-18 12:51:56 +02:00
parent 0baa42f328
commit b9b83bd9e6
2 changed files with 8 additions and 1 deletions

View File

@ -3902,6 +3902,13 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std
[section:release_notes Release Notes]
[section:release_notes_boost_1_86_00 Boost 1.86 Release]
* Fixed bugs:
* [@https://github.com/boostorg/intrusive/issues/86 GitHub #86: ['Invalid UTF-8 character in comment]]
[endsect]
[section:release_notes_boost_1_85_00 Boost 1.85 Release]
* Fixed bugs:

View File

@ -2,7 +2,7 @@
//
// Copyright 2005-2014 Daniel James.
// Copyright 2021, 2022 Peter Dimov.
// Copyright 2024 Ion Gaztañaga.
// Copyright 2024 Ion Gaztanaga.
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
//