Skip to content

Commit

Permalink
Boost.SafeNumerics: Patch downstream/
Browse files Browse the repository at this point in the history
Clang 18 with libc++ fails with `no member named 'terminate' in namespace
'std'; did you mean 'template'?` due to <exception> not being included.

Reported upstream at boostorg/safe_numerics#139.
  • Loading branch information
francoisk committed Jul 19, 2024
1 parent f534f68 commit 6934d4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
// integer type is an "extended" integer.

#include <cassert>
#include <exception>

#include <boost/logic/tribool.hpp>

Expand Down

0 comments on commit 6934d4b

Please sign in to comment.