0_0_37776204_1397.cpp: In function 'int main()':
0_0_37776204_1397.cpp:19:18: error: no match for 'operator=' (operand types are 'std::bitset<32ull>' and 'std::bitset<64ull>')
b[i] = b2;
^
0_0_37776204_1397.cpp:19:18: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:65:0,
from 0_0_37776204_1397.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bitset:748:11: note: std::bitset<32ull>& std::bitset<32ull>::operator=(const std::bitset<32ull>&)
class bitset
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bitset:748:11: note: no known conversion for argument 1 from 'std::bitset<64ull>' to 'const std::bitset<32ull>&'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bitset:748:11: note: std::bitset<32ull>& std::bitset<32ull>::operator=(std::bitset<32ull>&&)
GCC4.9.2/x86_64-w64-mingw32/include/c++/bitset:748:11: note: no known conversion for argument 1 from 'std::bitset<64ull>' to 'std::bitset<32ull>&&'
|