2 // { dg-do compile { target c++11 } }
4 template<__SIZE_TYPE__>
7 template<__SIZE_TYPE__ N>
8 constexpr bool operator==(const bitset<N>&, const bitset<N>&) noexcept;
10 template<__SIZE_TYPE__ N>
13 friend constexpr bool operator== <>(const bitset<N>&,
14 const bitset<N>&) noexcept;
17 template<__SIZE_TYPE__ N>
18 constexpr bool operator==(const bitset<N>&, const bitset<N>&) noexcept