mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[fix] #750: misspelled config macros
This commit is contained in:
parent
5fe26e45b4
commit
83d8987426
@ -955,7 +955,7 @@ int test_main(int, char* [])
|
||||
// ticket #10868 still fails for 32-bit integers
|
||||
test_ticket_10868<int32_t>("MULTIPOLYGON(((33520458 6878575,33480192 14931538,31446819 18947953,30772384 19615678,30101303 19612322,30114725 16928001,33520458 6878575)))");
|
||||
|
||||
#if !defined(BOOST_NO_INT64) || defined(BOOST_HAS_INT64_T) || defined(BOOST_HAS_MS_INT64)
|
||||
#if !defined(BOOST_NO_INT64_T) || defined(BOOST_HAS_MS_INT64)
|
||||
test_ticket_10868<int64_t>("MULTIPOLYGON(((33520458 6878575,33480192 14931538,31446819 18947953,30772384 19615678,30101303 19612322,30114725 16928001,33520458 6878575)))");
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user