diff options
Diffstat (limited to 'src/buildtool/build_engine/expression/expression_ptr.hpp')
-rw-r--r-- | src/buildtool/build_engine/expression/expression_ptr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/build_engine/expression/expression_ptr.hpp b/src/buildtool/build_engine/expression/expression_ptr.hpp index b1f698c6..c1ab6066 100644 --- a/src/buildtool/build_engine/expression/expression_ptr.hpp +++ b/src/buildtool/build_engine/expression/expression_ptr.hpp @@ -90,7 +90,7 @@ class ExpressionPtr { [[nodiscard]] auto IsCacheable() const noexcept -> bool; [[nodiscard]] auto ToIdentifier() const noexcept -> std::string; - [[nodiscard]] auto ToJson() const noexcept -> nlohmann::json; + [[nodiscard]] auto ToJson() const -> nlohmann::json; using linked_map_t = LinkedMap<std::string, ExpressionPtr, ExpressionPtr>; [[nodiscard]] auto IsNotNull() const noexcept -> bool; |