Is it possible to build without RTTI Support? #1041
Unanswered
jwillikers
asked this question in
Q&A
Replies: 1 comment 8 replies
-
The library is header-only, so there is no building involved. You can pick the library features selectively via including relevant headers - it is not mandatory to include the all-in-one So, if you don't use the spatial index features, i.e. you don't include any |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use Boost.Geometry without requiring RTTI support? There's a
dynamic_cast
here that makes it impossible to build with RTTI disabled. Thanks!Beta Was this translation helpful? Give feedback.
All reactions