We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3806aa commit 603db5fCopy full SHA for 603db5f
1 file changed
OS/Framework/Storage/SavedVar.h
@@ -141,6 +141,5 @@ class SavedVar {
141
142
T* operator&() { return &Get(); }
143
144
- operator T() { return Get(); }
145
operator T&() { return Get(); }
146
};
0 commit comments