mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Remove duplicate
This commit is contained in:
parent
c3a45d16fb
commit
dd115145f4
|
@ -13066,9 +13066,6 @@ namespace sol {
|
|||
template <typename T>
|
||||
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>
|
||||
using has_traits_erase = meta::boolean<has_traits_erase_test<T>::value>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user