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 e1319a8 commit fc714b3Copy full SHA for fc714b3
1 file changed
include/cura-formulae-engine/env/min.h
@@ -10,8 +10,8 @@ namespace CuraFormulaeEngine::env
10
11
struct MinFunction
12
{
13
- [[nodiscard]] eval::Result operator()(const std::vector<eval::Value>& args) const noexcept;
14
- [[nodiscard]] std::vector<std::string> getSignature() const noexcept;
+ [[nodiscard]] eval::Result operator()(const std::vector<eval::Value>& args) const noexcept;
+ [[nodiscard]] std::vector<std::string> getSignature() const noexcept;
15
};
16
17
extern const MinFunction min_function;
0 commit comments