Consider the following code
template void foo(std::bitset bs) { /* whatever */ } int main() { bitset<8> bar; fo
Use size_t. So sayeth the MSDN at least.
size_t