summaryrefslogtreecommitdiff
path: root/tests/headers/empty_template_param_name.hpp
blob: ab2aab924181d2d5eed33a18f1f0783f31cb7502 (plain)
1
2
3
4
5
6
7
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
// bindgen-flags: -- -std=c++11

template<typename...> using __void_t = void;

template<typename _Iterator, typename = __void_t<>>
  struct __iterator_traits { };