Fixed
- remove default
template
argument from forward declaration intoml_fwd.hpp
- enable to call
make_error_info
with multipletoml::value
s - enable to copy/move
result
withstd::reference_wrapper
- fix document generation error with the latest version of hugo
- fix several tiny errors that causes warning
- fix CMake compatibility warning
Changed
- add
-Werror
//WX
to build script - set MSVC warning level to
/W4
- add explanation of features to README