From c69b79c0f2889ddf8d859e30f74b2fcf95f740c9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 1 Dec 2023 19:06:10 +0100 Subject: [PATCH] idrec: cleanup Signed-off-by: Simon Rozman --- include/stdex/idrec.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stdex/idrec.hpp b/include/stdex/idrec.hpp index e86cc6581..2114182bd 100644 --- a/include/stdex/idrec.hpp +++ b/include/stdex/idrec.hpp @@ -294,7 +294,7 @@ namespace stdex { /// /// Returns record id /// - static const T_ID id() + static constexpr T_ID id() { return ID; }