diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-02-12T12·43+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-03-14T13·10+0100 |
commit | ef52ccf035fe0bcd78226891022171a28dd6fcbe (patch) | |
tree | 25ca43089e573e826fd8341a2a436a93076c26d8 /src/libexpr/eval.hh | |
parent | 86f3b94c8c28defd7402245d60af15ce429986ff (diff) |
experimental/optional -> optional
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 9fe3878916d5..a314e01e0a71 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -81,7 +81,7 @@ public: /* The allowed filesystem paths in restricted or pure evaluation mode. */ - std::experimental::optional<PathSet> allowedPaths; + std::optional<PathSet> allowedPaths; Value vEmptySet; |