hunyadi-dev commented on a change in pull request #789:
URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r433706575



##########
File path: libminifi/include/core/PropertyValue.h
##########
@@ -137,7 +141,7 @@ class PropertyValue : public state::response::ValueNode {
    * createValue
    */
   template<typename T>
-  auto operator=(const T ref) -> typename std::enable_if<std::is_same<T, 
std::string>::value,PropertyValue&>::type {
+  auto operator=(const T ref) -> typename std::enable_if<std::is_same<T, 
std::string>::value, PropertyValue&>::type {

Review comment:
       @szaszm Relevant discussion: 
https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431115697 I 
think the refactor should go to that PR.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to