We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906f5fa commit c1c879aCopy full SHA for c1c879a
1 file changed
thrust/detail/pair.inl
@@ -146,15 +146,15 @@ template<typename T1, typename T2>
146
}; // end tuple_element
147
148
template<typename T1, typename T2>
149
- struct tuple_element<1, pair<T1,T2> const >
+ struct tuple_element<1, pair<T1,T2> const>
150
{
151
typedef T2 type;
152
153
154
155
// specialization of tuple_size for pair
156
157
- struct tuple_size< pair<T1,T2> const >
+ struct tuple_size<pair<T1,T2> const>
158
159
static const unsigned int value = 2;
160
}; // end tuple_size
0 commit comments