Skip to content
Snippets Groups Projects
  1. Mar 15, 2019
  2. Feb 09, 2019
  3. Dec 01, 2018
  4. Nov 30, 2018
  5. May 23, 2018
  6. Apr 13, 2018
  7. Apr 09, 2018
  8. Mar 29, 2018
  9. Mar 08, 2018
  10. Jan 19, 2018
  11. Oct 25, 2017
  12. Sep 28, 2017
  13. Aug 15, 2017
  14. Feb 22, 2017
  15. Jan 16, 2017
  16. Dec 09, 2016
  17. Oct 24, 2016
  18. Aug 29, 2016
  19. Aug 19, 2016
  20. Jun 01, 2016
  21. May 31, 2016
  22. Feb 05, 2016
  23. Jan 22, 2016
  24. Jan 19, 2016
  25. Dec 11, 2015
  26. Dec 08, 2015
  27. Dec 03, 2015
  28. Nov 10, 2015
    • Dr. Felix Tobias Schindler's avatar
      [common.configuration] resolve ambiguous ctors · 8f40ecdc
      Dr. Felix Tobias Schindler authored
      The first change is required to allow for
      ```
      Configuration(std::string key, bool value)
      ```
      calls, and the second one is required for
      ```
      Configuration(std::vector<std::string> keys, std::vector<long int> values)
      ```
      
      [common.configuration] drop obsolete ctor
      8f40ecdc
Loading