We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7853756 commit 03efb72Copy full SHA for 03efb72
1 file changed
include/boost/openmethod/compiler.hpp
@@ -693,7 +693,7 @@ void compiler<Policy>::assign_slots() {
693
694
auto first_slot = cls.used_slots.find_first();
695
cls.first_slot =
696
- first_slot == boost::dynamic_bitset<>::npos ? 0 : first_slot;
+ first_slot == boost::dynamic_bitset<>::npos ? 0u : first_slot;
697
cls.vtbl.resize(cls.used_slots.size() - cls.first_slot);
698
++trace << cls << " vtbl: " << cls.first_slot << "-"
699
<< cls.used_slots.size() << " slots " << cls.used_slots
0 commit comments