From b6e567df5127a7185a2b9c5cd693126494fb9c59 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 25 Dec 2015 16:43:33 +0100 Subject: [PATCH] switch libcubescript readme to c++14 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecec82fe..15c1bf6b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ Currently the API is unstable and the whole thing is a work in progress. You can compile your application with it like: - c++ myapp.cc cubescript.cc -o myapp -std=c++11 -Wall -Wextra -I. -Ipath/to/octastd + c++ myapp.cc cubescript.cc -o myapp -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd See COPYING.md for licensing information. \ No newline at end of file