Changes between Version 1 and Version 2 of Ticket #58347, comment 7


Ignore:
Timestamp:
Apr 18, 2019, 6:52:50 AM (5 years ago)
Author:
mgieseki (Martin Gieseking)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58347, comment 7

    v1 v2  
    22> Note that `make_array` is an experimental feature - not part of either C++11, 14, or even 17. It's scheduled for maybe-inclusion in C++20, but no guarantees.
    33
    4 I stumbled over this ticket about the build issue. Just for clarification: dvisvgm does not use `std::make_array` but provides its own implementation `util::make_array` defined in `utils.hpp`. The sources build fine for me even with GCC 4.8.
     4I stumbled over this ticket about the build issue. Just for clarification: dvisvgm does not use `std::make_array` but provides its own implementation `util::make_array` defined in `utils.hpp`. The sources build fine for me on Linux even with GCC 4.8.