Skip to content

Commit 529f74e

Browse files
[SYCL][Doc] Update C++ standard support in GSG (#3478)
* DPC++ compiler builds applications as C++17 apps and higher
1 parent 77d4fdf commit 529f74e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,8 @@ which contains all the symbols required.
640640
## C++ standard
641641
642642
* DPC++ runtime and headers require C++14 at least.
643-
* DPC++ compiler is building apps as C++17 apps by default.
643+
* DPC++ compiler builds apps as C++17 apps by default. Higher versions of
644+
standard are supported as well.
644645
645646
## Known Issues and Limitations
646647

0 commit comments

Comments
 (0)