[Bug 266748] '#include <memory_resource>' isn't available despite it being required by c++17

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Oct 2022 08:56:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266748

            Bug ID: 266748
           Summary: '#include <memory_resource>' isn't available despite
                    it being required by c++17
           Product: Base System
           Version: 13.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: standards
          Assignee: standards@FreeBSD.org
          Reporter: yuri@freebsd.org

memory_resource is installed as an experimental header:
/usr/include/c++/v1/experimental/memory_resource


Only '#include <experimental/memory_resource>' works, but '#include
<memory_resource>' doesn't work.


==References==
[1] https://en.cppreference.com/w/cpp/memory/memory_resource

-- 
You are receiving this mail because:
You are the assignee for the bug.