There was an error while loading. Please reload this page.
1 parent 3711fee commit 5f6c6a6Copy full SHA for 5f6c6a6
1 file changed
src/sst/core/serialization/objectMap.h
@@ -1300,7 +1300,7 @@ class ObjectMapFundamental : public ObjectMap
1300
/**
1301
Get the value of the object as a string
1302
*/
1303
- virtual std::string get() override { return SST::Core::to_string(*addr_); }
+ virtual std::string get() override { return addr_ ? SST::Core::to_string(*addr_) : "nullptr"; }
1304
1305
1306
Returns true as object is a fundamental
0 commit comments