Finalize documentation for 3.0.0 release and update version number in CMakeLists.txt

This commit is contained in:
Jason Turner
2011-05-20 13:44:34 -06:00
parent e5f9dbb93b
commit 2786156086
6 changed files with 469 additions and 52 deletions

View File

@@ -741,7 +741,7 @@ namespace chaiscript
/**
* return true if the Boxed_Value matches the registered type by name
*/
bool is_type(Boxed_Value r, const std::string &user_typename) const
bool is_type(const Boxed_Value &r, const std::string &user_typename) const
{
try {
if (get_type(user_typename).bare_equal(r.get_type_info()))