From 3f35a061e16aa5d87e3a0531c96e83863180ebfd Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 27 Oct 2019 21:09:25 +0100 Subject: [PATCH] Use C++17 for snippets. --- snippets/c++-mode/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/c++-mode/script b/snippets/c++-mode/script index 01e7443..3f9fd3c 100644 --- a/snippets/c++-mode/script +++ b/snippets/c++-mode/script @@ -4,4 +4,4 @@ # expand-env: ((yas-indent-line 'fixed)) # -- #!/usr/bin/env compilescript -// compilescript: -std=c++14 +// compilescript: -std=c++17