mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-01 21:02:07 +00:00
Fixed some MACRO constants to be consistent with Boost Guidelines.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user