cpp17_in_TTs icon indicating copy to clipboard operation
cpp17_in_TTs copied to clipboard

structure binding typo

Open todatamining opened this issue 8 years ago • 1 comments

template< int N > struct tuple_element<N,foo>...

Should be

template<size_t N> struct tuple_element<N,foo>...

todatamining avatar May 09 '17 14:05 todatamining

You are probably right, but in my world unsigneds are only used for bit twiddling, not numbers.

tvaneerd avatar May 11 '17 23:05 tvaneerd