We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e28f3 commit 0b4ab4eCopy full SHA for 0b4ab4e
blobstamper/stamp_dict.h
@@ -56,10 +56,8 @@ class StampDictLCAlphaSmall: public StampDict
56
57
template<class T> class StampDictT: public StampDict
58
{
59
- protected:
60
- std::shared_ptr<T> dict;
61
public:
62
- StampDictT<T>(): StampDict(dict = std::make_shared<T>()) {};
+ StampDictT<T>(): StampDict(std::make_shared<T>()) {};
63
};
64
65
0 commit comments