Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/115#discussion_r123643744
  
    --- Diff: libminifi/src/provenance/Provenance.cpp ---
    @@ -34,9 +36,24 @@ namespace nifi {
     namespace minifi {
     namespace provenance {
     
    +std::shared_ptr<utils::IdGenerator> ProvenanceEventRecord::id_generator_ = 
utils::IdGenerator::getIdGenerator();
    +std::shared_ptr<logging::Logger> ProvenanceEventRecord::logger_ = 
logging::LoggerFactory<ProvenanceEventRecord>::getLogger();
    +
     const char *ProvenanceEventRecord::ProvenanceEventTypeStr[REPLAY + 1] = { 
"CREATE", "RECEIVE", "FETCH", "SEND", "DOWNLOAD", "DROP", "EXPIRE", "FORK", 
"JOIN", "CLONE", "CONTENT_MODIFIED",
         "ATTRIBUTES_MODIFIED", "ROUTE", "ADDINFO", "REPLAY" };
     
    
+ProvenanceEventRecord::ProvenanceEventRecord(ProvenanceEventRecord::ProvenanceEventType
 event, std::__cxx11::string componentId, std::__cxx11::string componentType) {
    --- End diff --
    
    was the use of std::__cxx11 intentional?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to