Fix warnings from clang

This commit is contained in:
Jason Turner
2015-10-17 09:22:13 -06:00
parent eec0299cbc
commit 09748275db
3 changed files with 13 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ namespace chaiscript
}
option_explicit_set(const option_explicit_set &) = default;
virtual ~option_explicit_set() CHAISCRIPT_NOEXCEPT {}
};