diff --git a/src/checkpoint/dispatch/dispatch.h b/src/checkpoint/dispatch/dispatch.h index 16f87129..67193ea9 100644 --- a/src/checkpoint/dispatch/dispatch.h +++ b/src/checkpoint/dispatch/dispatch.h @@ -221,7 +221,7 @@ struct Prefixed { * \return a pointer to an unpacked \c T */ template - static T* unpack(T* mem, bool check_type = true, bool check_mem = true, Args&&... args); + static T* unpack(T* mem, bool check_type, bool check_mem, Args&&... args); }; template