Skip to content

Commit e4eaf02

Browse files
committed
Update ignore versions
1 parent 21a9079 commit e4eaf02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/decimal/detail/from_string.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace boost {
2121
namespace decimal {
2222

23-
#if defined(__clang__) && (__clang_major__ >= 6 && __clang_major__ < 14)
23+
#if defined(__clang__) && (__clang_major__ >= 6 && __clang_major__ < 15)
2424
# pragma clang diagnostic push
2525
# pragma clang diagnostic ignored "-Wundefined-inline"
2626
#endif
@@ -29,7 +29,7 @@ namespace decimal {
2929
BOOST_DECIMAL_EXPORT template <BOOST_DECIMAL_DECIMAL_FLOATING_TYPE TargetDecimalType>
3030
constexpr auto from_chars(const char* first, const char* last, TargetDecimalType& value, chars_format fmt = chars_format::general) noexcept -> from_chars_result;
3131

32-
#if defined(__clang__) && (__clang_major__ >= 6 && __clang_major__ < 14)
32+
#if defined(__clang__) && (__clang_major__ >= 6 && __clang_major__ < 15)
3333
# pragma clang diagnostic pop
3434
#endif
3535

0 commit comments

Comments
 (0)