Commit ce7024fd authored by Dean Moldovan's avatar Dean Moldovan
Browse files

Fix linker issue with move constructors on MSVC

Fixes the issue as described in the comments of commit e27ea47c. This
just adds `enable_if_t<std::is_move_constructible<T>::value>` to
`make_move_constructor`. The change fixes MSVC and is harmless with
other compilers.
parent 24dec80b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment