Skip to content

Commit

Permalink
libboost-safe-numerics: 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 Oct 2, 2024
1 parent 62d1bcb commit 30271b9
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 30271b9

Please sign in to comment.