prog.cpp: In function ‘int main()’:
prog.cpp:11:16: error: no matching function for call to ‘printBitset(std::bitset<32u>&)’
printBitset(bs);
^
prog.cpp:11:16: note: candidate is:
prog.cpp:4:6: note: template<int N> void printBitset(std::bitset<N>)
void printBitset(std::bitset<N> bs)
^
prog.cpp:4:6: note: template argument deduction/substitution failed:
prog.cpp:11:16: note: mismatched types ‘int’ and ‘#‘integer_cst’ not supported by dump_type#<type error>’
printBitset(bs);
^
prog.cpp:11:16: note: ‘std::bitset<32u>’ is not derived from ‘std::bitset<N>’