matus-chochlik / oglplus

OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
492 stars 72 forks source link

Can't compile when using no rtti #146

Open RichyHBM opened 5 years ago

RichyHBM commented 5 years ago

There are a couple of uses of dynamic_cast in the any_iter.hpp file, these may be able to be swapped for static_cast in order to support no rtti compiler setups