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
SD-FeatureTest currently says "OOPS FORGOT" for the "Header(s)" of __cpp_lib_deduction_guides and __cpp_lib_modules. I see that this is being emitted by central machinery:
SD-FeatureTest currently says "OOPS FORGOT" for the "Header(s)" of
__cpp_lib_deduction_guides
and__cpp_lib_modules
. I see that this is being emitted by central machinery:sd6/sd6.tmpl
Lines 30 to 37 in 9b235df
because these macros don't have recorded
header_list
s:sd6/macros.yaml
Lines 672 to 675 in 9b235df
sd6/macros.yaml
Lines 967 to 970 in 9b235df
Unlike most macros:
sd6/macros.yaml
Lines 1000 to 1004 in 9b235df
For
__cpp_lib_deduction_guides
, it appears that LWG-3635 wants to add it, and it does specify a list of headers:For
__cpp_lib_modules
, this absence is intentional; as P2465R3 explained:The text was updated successfully, but these errors were encountered: