//////////////////////////////////////////////////////////////////////////////// // Author: Andy Rushton // Copyright: (c) Southampton University 1999-2004 // (c) Andy Rushton 2004-2009 // License: BSD License, see ../docs/license.html //////////////////////////////////////////////////////////////////////////////// #include "string_string.hpp" namespace stlplus { //////////////////////////////////////////////////////////////////////////////// // strings std::string string_to_string(const std::string& value) { return value; } } // end namespace stlplus