diff options
author | Kevin Meagher <11620178+kjmeagher@users.noreply.github.com> | 2024-05-30 23:14:29 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-11 22:45:24 +0300 |
commit | d3542ff690d0be723cfd3ebfaaac99290517837f (patch) | |
tree | eeef76421910c5cdd355238ff97c9835d5713448 /docs/markdown/snippets | |
parent | 84070410f3fca7781fd1234315e06aae9966bd87 (diff) | |
download | meson-d3542ff690d0be723cfd3ebfaaac99290517837f.zip meson-d3542ff690d0be723cfd3ebfaaac99290517837f.tar.gz meson-d3542ff690d0be723cfd3ebfaaac99290517837f.tar.bz2 |
Add options for standard parameter for nvc and nvc++
fixes #13271
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/nvc_now_support_setting_std.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/nvc_now_support_setting_std.md b/docs/markdown/snippets/nvc_now_support_setting_std.md new file mode 100644 index 0000000..5e537ae --- /dev/null +++ b/docs/markdown/snippets/nvc_now_support_setting_std.md @@ -0,0 +1,6 @@ +## nvc and nvc++ now support setting std + +The following standards are available for nvc: c89, c90, c99, c11, +c17, c18, gnu90, gnu89, gnu99, gnu11, gnu17, gnu18. For nvc++: +c++98, c++03, c++11, c++14, c++17, c++20, c++23, gnu++98, gnu++03, +gnu++11, gnu++14, gnu++17, gnu++20 |