Skip to content

Commit

Permalink
update single and remove traits from the right place properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Sep 3, 2017
1 parent 1f64a7f commit a11e127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions single/sol/sol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

// This file was generated with a script.
// Generated 2017-09-03 07:07:21.540122 UTC
// This header was generated with sol v2.18.2 (revision dd11514)
// Generated 2017-09-03 13:52:23.734893 UTC
// This header was generated with sol v2.18.2 (revision 1f64a7f)
// https://github.com/ThePhD/sol2

#ifndef SOL_SINGLE_INCLUDE_HPP
Expand Down Expand Up @@ -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>;

Expand Down
3 changes: 0 additions & 3 deletions sol/container_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,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>;

Expand Down

0 comments on commit a11e127

Please sign in to comment.