Questions Why can't I use std::vector::emplace_back without explicitly constructing an intermediate object, although instance creation works without one? byMRMay 10, 2024
Questions Can a union be initialized in initializer-list? If so, how? If not, why? byMRFebruary 20, 2023
Questions Is there a way to make a struct take a variadic list of elements in a nested struct to be constexpr without initializing it in multiple parts? byMRNovember 10, 2022
Questions Why iterative std::max with 2 constants is faster than std::max with initializer list? byMRJuly 6, 2022