Skip to content

Commit 58a3440

Browse files
committed
Change values for supported locales in CI
1 parent abdc863 commit 58a3440

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_decimal32_fast_stream.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,14 @@ int main()
176176
test_ostream();
177177

178178
// Homebrew GCC does not support locales
179-
#if !(defined(__GNUC__) && __GNUC__ >= 5 && defined(__APPLE__)) && !defined(BOOST_DECIMAL_QEMU_TEST) && !defined(BOOST_DECIMAL_DISABLE_EXCEPTIONS)
179+
#if !(defined(__GNUC__) && __GNUC__ >= 8 && defined(__APPLE__)) && !defined(BOOST_DECIMAL_QEMU_TEST) && !defined(BOOST_DECIMAL_DISABLE_EXCEPTIONS)
180180
#ifndef _MSC_VER
181181
test_issue_1127_locales("en_US.UTF-8"); // . decimal, , thousands
182182
test_issue_1127_locales("de_DE.UTF-8"); // , decimal, . thousands
183+
#if !defined(__clang__) || __clang_major__ > 8
183184
test_issue_1127_locales("fr_FR.UTF-8"); // , decimal, . thousands
184185
#endif
186+
#endif
185187
test_locales();
186188
#endif
187189

0 commit comments

Comments
 (0)