0_0_34725222_28633.cpp: In function 'bool solve()':
0_0_34725222_28633.cpp:46:64: error: no matching function for call to 'Node::Node(<brace-enclosed initializer list>)'
inqs.push(new Node{0, f->val - 1, 0, lastToMerge, f});
^
0_0_34725222_28633.cpp:46:64: note: candidates are:
0_0_34725222_28633.cpp:12:8: note: constexpr Node::Node()
struct Node {
^
0_0_34725222_28633.cpp:12:8: note: candidate expects 0 arguments, 5 provided
0_0_34725222_28633.cpp:12:8: note: constexpr Node::Node(const Node&)
0_0_34725222_28633.cpp:12:8: note: candidate expects 1 argument, 5 provided
0_0_34725222_28633.cpp:12:8: note: constexpr Node::Node(Node&&)
0_0_34725222_28633.cpp:12:8: note: candidate expects 1 argument, 5 provided
|