std::array with custom type not behaving as expected in constexpr context
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-01
c++ constexpr stdarray customtypes
I'm trying to use `std::array` with a custom type in a `constexpr` context, but I'm running into issues when attempting to initialize it with a constructor that...