hunyadi-dev commented on a change in pull request #940:
URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553877279
##########
File path: libminifi/include/core/TypedValues.h
##########
@@ -106,6 +106,8 @@ class TimePeriodValue : public TransformableValue, public
state::response::UInt6
static bool StringToTime(std::string input, uint64_t &output, TimeUnit
&timeunit) {
return utils::internal::StringToTime(input, output, timeunit);
}
+
+ TimePeriodValue& operator=(const TimePeriodValue& other) = default;
Review comment:
I don't remember anymore :) Removed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]