https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264730
--- Comment #6 from Mark Millard <[email protected]> --- (In reply to Mark Millard from comment #5) The C++20ish terminology here seems to be: "importable C++ library headers" See, for example, https://eel.is/c++draft/headers that has a draft table listing them. It also has a separate table for "C++ headers for C library facilities" that are not classified as (guaranteed) importable. <cstdio> is not guaranteed as importable in this draft material. I'm still unclear on if the #include use in the example is a context for an implicit conversion to an import according to the draft standard effort (or would be for an importable C++ library header, anyway?). So I'm still unclear if the example wondered outside the (draft) guaranteed language properties. -- You are receiving this mail because: You are the assignee for the bug.
