mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
Fix Visual Studio 2019 warnings in pedantic compilation mode (/W4 /WX)
This commit is contained in:
@@ -48,6 +48,7 @@ class value
|
||||
{
|
||||
const auto tmp = ::new(std::addressof(dst)) T(std::forward<U>(v));
|
||||
assert(tmp == std::addressof(dst));
|
||||
(void)tmp;
|
||||
}
|
||||
|
||||
using region_base = detail::region_base;
|
||||
|
Reference in New Issue
Block a user