Memory leak error fixes. Various compiler fixes.

This commit is contained in:
Jason Turner
2015-01-15 15:42:35 -07:00
parent 759d6fc42f
commit 9449fca22f
7 changed files with 16 additions and 9 deletions

View File

@@ -398,7 +398,7 @@ namespace chaiscript
{ }
file_not_found_error(const file_not_found_error &) = default;
virtual ~file_not_found_error() CHAISCRIPT_NOEXCEPT = default;
virtual ~file_not_found_error() CHAISCRIPT_NOEXCEPT {}
};
}