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 6863c10 commit ff3d0baCopy full SHA for ff3d0ba
src/libexpr/include/nix/expr/nixexpr.hh
@@ -183,8 +183,10 @@ struct ExprString : Expr
183
{
184
Value v;
185
186
- // This is only for strings already allocated in our polymorphic allocator,
187
- // or that live at least that long (e.g. c++ string literals)
+ /**
+ * This is only for strings already allocated in our polymorphic allocator,
188
+ * or that live at least that long (e.g. c++ string literals)
189
+ */
190
ExprString(const char * s)
191
192
v.mkStringNoCopy(s);
0 commit comments