Skip to content

Commit 6197d6c

Browse files
andreasbuhrparrt
authored andcommitted
Update C++ documentation to state that C++17 is required
Signed-off-by: Andreas Buhr <[email protected]>
1 parent 2647323 commit 6197d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cpp-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C++
22

3-
The C++ target supports all platforms that can either run MS Visual Studio 2013 (or newer), XCode 7 (or newer) or CMake (C++11 required). All build tools can either create static or dynamic libraries, both as 64bit or 32bit arch. Additionally, XCode can create an iOS library. Also see [Antlr4 for C++ with CMake: A practical example](http://blorente.me/beyond-the-loop/Antlr-cpp-cmake/).
3+
The C++ target supports all platforms that can either run MS Visual Studio 2017 (or newer), XCode 7 (or newer) or CMake (C++17 required). All build tools can either create static or dynamic libraries, both as 64bit or 32bit arch. Additionally, XCode can create an iOS library. Also see [Antlr4 for C++ with CMake: A practical example](http://blorente.me/beyond-the-loop/Antlr-cpp-cmake/).
44

55
## How to create a C++ lexer or parser?
66
This is pretty much the same as creating a Java lexer or parser, except you need to specify the language target, for example:

0 commit comments

Comments
 (0)