Skip to content
Snippets Groups Projects
  1. Sep 07, 2021
  2. Sep 02, 2021
    • Guilhem Saurel's avatar
      entity: update stream · 5fde0e3a
      Guilhem Saurel authored
      fix:
      
      …/dynamic-graph/src/dgraph/entity.cpp: In member function ‘void dynamicgraph::Entity::sendMsg(const string&, dynamicgraph::MsgType, const string&)’:
      …/dynamic-graph/src/dgraph/entity.cpp:212:52: warning: ‘void dynamicgraph::Logger::sendMsg(std::__cxx11::string, dynamicgraph::MsgType, const string&)’ is deprecated: use stream(type, lineId) << msg [-Wdeprecated-declarations]
         logger_.sendMsg("[" + name + "]" + msg, t, lineId);
                                                          ^
      In file included from …/dynamic-graph/include/dynamic-graph/entity.h:18:0,
                       from …/dynamic-graph/src/dgraph/entity.cpp:13:
      …/dynamic-graph/include/dynamic-graph/logger.h:225:3: note: declared here
         sendMsg(std::string msg, MsgType type, const std::string &lineId = "");
         ^~~~~~~
      
      ref. #58
      5fde0e3a
  3. Jan 31, 2020
  4. Jan 23, 2020
  5. Aug 20, 2019
  6. Aug 18, 2019
  7. Aug 13, 2019
  8. Mar 04, 2019
  9. Jan 30, 2019
  10. Oct 23, 2018
  11. Aug 16, 2018
  12. Aug 10, 2018
  13. Feb 28, 2014
  14. Nov 11, 2012
  15. Mar 23, 2012
  16. Mar 16, 2012
  17. Jun 21, 2011
  18. Jun 20, 2011
  19. Feb 11, 2011
  20. Jan 26, 2011
  21. Jan 25, 2011
  22. Jan 24, 2011
  23. Jan 23, 2011
  24. Jan 20, 2011
  25. Jan 14, 2011
  26. Jan 01, 2011
  27. Dec 31, 2010
Loading