Skip to content
Snippets Groups Projects

Remove constexpr from filledArray().

Merged Jö Fahlke requested to merge fix/c++11-compatible-filledarray into releases/2.6

Fixes #102 (closed), and partly #99 (closed).

This makes it compatible with C++11 and thus g++ 4.9.

filledArray() effectively wasn't constexpr anyway until C++17, where std::array becomes constexpr (for the most part, at least).

Edited by Jö Fahlke

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading