Fixed some MACRO constants to be consistent with Boost Guidelines.

This commit is contained in:
Robert Ramey
2019-12-16 06:43:53 -08:00
parent 489eef0e17
commit b22ffc63da
4 changed files with 7 additions and 7 deletions

View File

@@ -427,7 +427,7 @@ basic_iarchive_impl::load_pointer(
class_id_type cid;
load(ar, cid);
if(NULL_POINTER_TAG == cid){
if(BOOST_SERIALIZATION_NULL_POINTER_TAG == cid){
t = NULL;
return bpis_ptr;
}