What prevents C++ standard from having a 128/256 bit integer?
From other stackoverflow questions, recommendation to achieve this are Boost
or compiler extension __int128
or std::bitset<>
So it is obvious that programmers are using/needing this. Why is there a reluctance in adopting it?