Files
pybind11/include/pybind11
Dean Moldovan ce7024fdf5 Fix linker issue with move constructors on MSVC
Fixes the issue as described in the comments of commit e27ea47. 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.
2017-06-24 00:10:09 +02:00
..
2017-03-11 23:04:16 -04:00
2017-05-10 10:42:23 -04:00
2017-05-24 20:43:41 -04:00
2017-05-10 10:44:19 -04:00