From 12533ce3e11342af0dee9fdc7709b4199e37b289 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 9 Jan 2015 16:14:47 -0700 Subject: [PATCH] Add note about State tracking of Type_Conversions --- include/chaiscript/language/chaiscript_engine.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/chaiscript/language/chaiscript_engine.hpp b/include/chaiscript/language/chaiscript_engine.hpp index 47e68fd..7fa4dd6 100644 --- a/include/chaiscript/language/chaiscript_engine.hpp +++ b/include/chaiscript/language/chaiscript_engine.hpp @@ -581,6 +581,8 @@ namespace chaiscript } /// \brief Represents the current state of the ChaiScript system. State and be saved and restored + /// \warning State object does not contain the user defined type conversions of the engine. They + /// are left out due to performance considerations involved in tracking the state /// \sa ChaiScript::get_state /// \sa ChaiScript::set_state struct State