Fixes #88: Linking error on MacOS Mavericks

The c++ library implementation on MacOS is broken, it does not allow you to
correctly use points to members of std::string. We work around this by not
directly using member pointers and instead wrapping the method calls
with our own functions.
This commit is contained in:
Jason Turner
2013-11-27 08:00:23 -07:00
parent d44de49fb1
commit 16f09794cf
3 changed files with 43 additions and 17 deletions

View File

@@ -10,6 +10,7 @@
#include "boxed_value.hpp"
#include "../language/chaiscript_algebraic.hpp"
#include <boost/cstdint.hpp>
#include <sstream>
namespace chaiscript
{