summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorayamas01 <ayaan.masood@arm.com>2021-11-18 14:22:23 +0000
committerAyaan Masood <Ayaan.Masood@arm.com>2021-11-18 16:20:54 +0000
commit15f80701751f09caa023dabea6dec45f3825fa5b (patch)
tree851ee015c06b1435ee43afa3d59725931ae6f698 /docs
parente7a0393973a1a1c1ed05b1bf1838fe931416890a (diff)
downloadml-embedded-evaluation-kit-15f80701751f09caa023dabea6dec45f3825fa5b.tar.gz
MLECO-2525 Upgrade to C++ 14
-Updated CMake to use C++ 14 -Removed cmsis makefile include from tensorflow.cmake -Documentation update -Added more flags for processor in CMake Change-Id: I1c2b72141e98a5cf8bb09176d7c331da3b05b4c5
Diffstat (limited to 'docs')
-rw-r--r--docs/sections/coding_guidelines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/coding_guidelines.md b/docs/sections/coding_guidelines.md
index 039b1e0..ae479f7 100644
--- a/docs/sections/coding_guidelines.md
+++ b/docs/sections/coding_guidelines.md
@@ -27,8 +27,8 @@ conventions, the intended outcome could be different for every case.
## Language version
-For this project, code written in C++ uses a subset of the `C++11` feature set and software may be written using the
-`C++11` language standard. Code written in C is compatible with the `C99` standard.
+For this project, code written in C++ uses a subset of the `C++14` feature set and software may be written using the
+`C++14` language standard. Code written in C is compatible with the `C99` standard.
Software components written in C/C++ may use the language features allowed and is encouraged.