mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
update single and remove traits from the right place properly
This commit is contained in:
parent
1f64a7f1e3
commit
a11e127d4d
|
@ -20,8 +20,8 @@
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// This file was generated with a script.
|
// This file was generated with a script.
|
||||||
// Generated 2017-09-03 07:07:21.540122 UTC
|
// Generated 2017-09-03 13:52:23.734893 UTC
|
||||||
// This header was generated with sol v2.18.2 (revision dd11514)
|
// This header was generated with sol v2.18.2 (revision 1f64a7f)
|
||||||
// https://github.com/ThePhD/sol2
|
// https://github.com/ThePhD/sol2
|
||||||
|
|
||||||
#ifndef SOL_SINGLE_INCLUDE_HPP
|
#ifndef SOL_SINGLE_INCLUDE_HPP
|
||||||
|
@ -13066,9 +13066,6 @@ namespace sol {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
using has_traits_insert = meta::boolean<has_traits_insert_test<T>::value>;
|
using has_traits_insert = meta::boolean<has_traits_insert_test<T>::value>;
|
||||||
|
|
||||||
template <typename T>
|
|
||||||
using has_traits_insert = meta::boolean<has_traits_insert_test<T>::value>;
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
using has_traits_erase = meta::boolean<has_traits_erase_test<T>::value>;
|
using has_traits_erase = meta::boolean<has_traits_erase_test<T>::value>;
|
||||||
|
|
||||||
|
|
|
@ -307,9 +307,6 @@ namespace sol {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
using has_traits_insert = meta::boolean<has_traits_insert_test<T>::value>;
|
using has_traits_insert = meta::boolean<has_traits_insert_test<T>::value>;
|
||||||
|
|
||||||
template <typename T>
|
|
||||||
using has_traits_insert = meta::boolean<has_traits_insert_test<T>::value>;
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
using has_traits_erase = meta::boolean<has_traits_erase_test<T>::value>;
|
using has_traits_erase = meta::boolean<has_traits_erase_test<T>::value>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user