You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice how arr3 abounds became mirrored. Mirroring seems to happen to any number of dimensions.
Also, even though there is construction expression in Clang AST (CXXConstructExpr <col:8> 'S [3][2]' 'void () noexcept', CXXConstructExpr <col:8> 'T<int> [3][2]' 'void () noexcept'), I don't think it should be dumped.
The text was updated successfully, but these errors were encountered:
languagelawyer
changed the title
Array bounds are mirrored if remove_all_extents_t<array_type> instantiated from a template
Array bounds are mirrored if remove_all_extents_t<array_type> is instantiated from a template
Jun 14, 2021
unbelievable that you spotted this one. Thanks! And thank you for reporting it. Unfortunately, it comes from the implementation of the type handler InsightsHelpers.cpp. I will see how I can fix it.
becomes
Notice how
arr3
abounds became mirrored. Mirroring seems to happen to any number of dimensions.Also, even though there is construction expression in Clang AST (
CXXConstructExpr <col:8> 'S [3][2]' 'void () noexcept'
,CXXConstructExpr <col:8> 'T<int> [3][2]' 'void () noexcept'
), I don't think it should be dumped.The text was updated successfully, but these errors were encountered: