[array] add c++20 initialization_list constructor
Since C++20 classes with explicitly defaulted constructors are no more aggregates, so constructor for initialization_list is needed.
parent
0ddba321
Please register or sign in to comment
Since C++20 classes with explicitly defaulted constructors are no more aggregates, so constructor for initialization_list is needed.