Skip to content

Commit

Permalink
Fixes #86 ("Invalid UTF-8 character in comment")
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Jul 18, 2024
1 parent 0baa42f commit b9b83bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/intrusive.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion include/boost/intrusive/detail/hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit b9b83bd

Please sign in to comment.