Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
  2. Jan 29, 2018
  3. Jan 26, 2018
  4. Jan 24, 2018
    • Houtan Bastani's avatar
    • Stéphane Adjemian's avatar
      Revert "macroprocessor: interpret arrays passed on the command line as arrays... · 8bae11e8
      Stéphane Adjemian authored
      Revert "macroprocessor: interpret arrays passed on the command line as arrays instead of strings. closes #1578"
      
      Commit 204d9cd05fef9ac6fda8530536578c05fab66366 fails with gcc 4.9 (I checked that it works flawlessly
      with 6.x). The error message is:
      
      MacroDriver.cc:63:24: error: 'class std::basic_string<char>' has no member named 'front'
               if (it->second.front() == '[' && it->second.back() == ']')
                              ^
      MacroDriver.cc:63:53: error: 'class std::basic_string<char>' has no member named 'back'
               if (it->second.front() == '[' && it->second.back() == ']')
      
      Ideally we should bump the version of gcc used in the build system, but I will not do that before the
      next bug fix release. I suppose it is easier to replace the front() and back() methods.
      8bae11e8
  5. Jan 23, 2018
  6. Jan 12, 2018
  7. Jan 11, 2018
  8. Jan 09, 2018
  9. Dec 07, 2017
  10. Dec 04, 2017
  11. Dec 01, 2017
  12. Nov 22, 2017
  13. Nov 08, 2017
  14. Nov 07, 2017
  15. Nov 06, 2017
  16. Oct 17, 2017
  17. Oct 16, 2017
  18. Oct 14, 2017
  19. Oct 13, 2017
  20. Oct 10, 2017
  21. Oct 09, 2017
  22. Oct 06, 2017
  23. Oct 05, 2017
  24. Oct 02, 2017
  25. Sep 28, 2017
  26. Sep 27, 2017
  27. Sep 18, 2017
  28. Sep 15, 2017
  29. Sep 13, 2017
  30. Sep 12, 2017
Loading