File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments