From 40f51a63c8e7258db15269427ae4fe1ad199c550 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Sat, 21 Nov 2020 03:04:18 +0000 Subject: Update default C++ standard to C++14 (3RDPARTY_UPDATE) Resolves: COMPMID-3849 Signed-off-by: Georgios Pinitas Change-Id: I6369f112337310140e2d6c8e79630cd11138dfa0 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4544 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- docs/05_contribution_guidelines.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/05_contribution_guidelines.dox') diff --git a/docs/05_contribution_guidelines.dox b/docs/05_contribution_guidelines.dox index 1cdd129733..35b9f49dbc 100644 --- a/docs/05_contribution_guidelines.dox +++ b/docs/05_contribution_guidelines.dox @@ -391,7 +391,7 @@ In order to deprecate an existing API, these rules should be followed. - Deprecation of runtime APIs should strictly follow the aforementioned period, whereas core APIs can have more flexibility as they are mostly used internally rather than user-facing. - Any API changes (update, addition and deprecation) in all components should be well documented by the contribution itself. -Also, it is recommended to use the following utility macros which is designed to work with both clang and gcc using C++11 and later. +Also, it is recommended to use the following utility macros which is designed to work with both clang and gcc using C++14 and later. - ARM_COMPUTE_DEPRECATED: Just deprecate the wrapped function - ARM_COMPUTE_DEPRECATED_REL: Deprecate the wrapped function and also capture the release that was deprecated -- cgit v1.2.1