Skip to content
Commit c1c1bed5 authored by Richard Smith's avatar Richard Smith
Browse files

[c++14] Implement missed piece of N3323: use "converted constant" rules

for array bounds, not "integer constant" rules.

For an array bound of class type, this causes us to perform an implicit
conversion to size_t, instead of looking for a unique conversion to
integral or unscoped enumeration type. This affects which cases are
valid when a class has multiple implicit conversion functions to
different types.
parent 6f339367
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment