Skip to content

Commit b9b83bd

Browse files
committed
Fixes #86 ("Invalid UTF-8 character in comment")
1 parent 0baa42f commit b9b83bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/intrusive.qbk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3902,6 +3902,13 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std
39023902

39033903
[section:release_notes Release Notes]
39043904

3905+
[section:release_notes_boost_1_86_00 Boost 1.86 Release]
3906+
3907+
* Fixed bugs:
3908+
* [@https://github.com/boostorg/intrusive/issues/86 GitHub #86: ['Invalid UTF-8 character in comment]]
3909+
3910+
[endsect]
3911+
39053912
[section:release_notes_boost_1_85_00 Boost 1.85 Release]
39063913

39073914
* Fixed bugs:

include/boost/intrusive/detail/hash.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Copyright 2005-2014 Daniel James.
44
// Copyright 2021, 2022 Peter Dimov.
5-
// Copyright 2024 Ion Gaztañaga.
5+
// Copyright 2024 Ion Gaztanaga.
66
// Distributed under the Boost Software License, Version 1.0.
77
// https://www.boost.org/LICENSE_1_0.txt
88
//

0 commit comments

Comments
 (0)