We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede530d commit add68ffCopy full SHA for add68ff
3 files changed
erb/v1/cpp03_zone.hpp.erb
@@ -45,7 +45,7 @@ class zone {
45
46
void clear() {
47
finalizer* fin = m_head;
48
- finalizer* tmp = nullptr;
+ finalizer* tmp = MSGPACK_NULLPTR;
49
while(fin) {
50
(*fin)();
51
tmp = fin;
include/msgpack/v1/detail/cpp03_zone.hpp
include/msgpack/v1/detail/cpp11_zone.hpp
0 commit comments