blob: ab2aab924181d2d5eed33a18f1f0783f31cb7502 [file] [log] [blame]
// 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 { };