[libc++][experimental] Disables PMR in C++03.
While working on D132534 it appeared the experimental PMR code doesn't have version guards and fails to compile on C++03. This adds the guards for that version. It seems the tests already were only disabled for C++03. Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D132582
Loading
Please sign in to comment