From 9d0c61af29e761e9e97c1952994ecd4021ba893a Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Thu, 25 Mar 2021 19:14:42 -0700 Subject: [PATCH] header-units.json: Comment out version, yvals.h, yvals_core.h. --- stl/inc/header-units.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stl/inc/header-units.json b/stl/inc/header-units.json index d33b9abc629..07a0d655cd8 100644 --- a/stl/inc/header-units.json +++ b/stl/inc/header-units.json @@ -111,7 +111,7 @@ "valarray", "variant", "vector", - "version", + // "version", // importable, but provides feature-test macros only, which can control header inclusion "xatomic.h", "xatomic_wait.h", "xbit_ops.h", @@ -144,8 +144,8 @@ "xtr1common", "xtree", "xutility", - "ymath.h", - "yvals.h", - "yvals_core.h" + "ymath.h" + // "yvals.h", // internal header, provides macros that control header inclusion + // "yvals_core.h" // internal header, provides macros that control header inclusion ] }