mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
parent
de36b2ada6
commit
f0909dfe02
@ -50,6 +50,8 @@ infParser = re.compile(r'''
|
|||||||
|
|
|
|
||||||
\(__builtin_inff\(\)\) # Linux (ubuntu) INFINITY macro
|
\(__builtin_inff\(\)\) # Linux (ubuntu) INFINITY macro
|
||||||
|
|
|
|
||||||
|
\(__builtin_inff\ \(\)\) # Fedora INFINITY macro
|
||||||
|
|
|
||||||
__builtin_huge_valf\(\) # OSX macro
|
__builtin_huge_valf\(\) # OSX macro
|
||||||
''', re.VERBOSE)
|
''', re.VERBOSE)
|
||||||
nanParser = re.compile(r'''
|
nanParser = re.compile(r'''
|
||||||
|
Loading…
Reference in New Issue
Block a user