catchorg/Clara

TokenStream constructor triggers Wshadow under GCC

horenmar opened this issue · 0 comments

Specifically these lines

Clara/include/clara.hpp

Lines 145 to 147 in e306107

TokenStream( Iterator it, Iterator itEnd ) : it( it ), itEnd( itEnd ) {
loadBuffer();
}