We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33851f1 commit 9d72daaCopy full SHA for 9d72daa
src/handles/handles.h
@@ -135,9 +135,9 @@ class Handle final : public HandleBase {
135
//
136
// If you got an error here and want to access the Tagged<T>, use
137
// operator* -- e.g. for `Tagged<Smi>::value()`, use `(*handle).value()`.
138
- static_assert(
139
- false,
140
- "This handle does not reference a heap object. Use `(*handle).foo`.");
+ //cjh static_assert(
+ // false,
+ // "This handle does not reference a heap object. Use `(*handle).foo`.");
141
#endif
142
}
143
0 commit comments