From d5d63ed9baf18a4026d67014331b7d0f7f9f5393 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Thu, 12 Dec 2024 12:06:28 -0500 Subject: [PATCH] Update wording for "C++ core language" --- adoc/chapters/introduction.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adoc/chapters/introduction.adoc b/adoc/chapters/introduction.adoc index 69405ecb..62622825 100644 --- a/adoc/chapters/introduction.adoc +++ b/adoc/chapters/introduction.adoc @@ -214,8 +214,8 @@ correct. A SYCL implementation must conform to {cpp17} or to one of the more recent {cpp} versions listed in <>. -This version of {cpp} is subsequently referred to as the {cpp} core language in -this document. +The version of {cpp} to which a SYCL implementation conforms is referred to as +the {cpp} core language in this document. All APIs in this specification are available regardless of the version of the {cpp} core language unless the description specifically states otherwise. If an API is documented with the phrase "Minimum C++ Version: __Version__", then