summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/sol2/docs/source/rtti.rst
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/sol2/docs/source/rtti.rst')
-rw-r--r--3rdparty/sol2/docs/source/rtti.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/3rdparty/sol2/docs/source/rtti.rst b/3rdparty/sol2/docs/source/rtti.rst
deleted file mode 100644
index 91aad3e939b..00000000000
--- a/3rdparty/sol2/docs/source/rtti.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-run-time type information (rtti)
-================================
-because somebody's going to want to shut this off, too...
----------------------------------------------------------
-
-Sol does not use RTTI anymore.
-
-*THE BELOW IS NO LONGER NEEDED.*
-
-Not compiling with C++'s run-time type information? Do a ``#define SOL_NO_RTII`` before you include ``sol.hpp`` or define ``SOL_NO_RTTI`` on your command line. Be sure to understand the :ref:`implications<usertype-inheritance>` of doing so if you also turn off exceptions.
-
-If you come across bugs or can't compile because there's a stray `typeid` or `typeinfo` that wasn't hidden behind a ``#ifndef SOL_NO_RTTI``, please file `an issue`_ or even make a pull request so it can be fixed for everyone.
-
-.. _an issue: https://github.com/ThePhD/sol2/issues \ No newline at end of file