From e55537f23ef10334e89e1c292057ed060462c1d5 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sat, 4 Apr 2026 22:49:51 +0200 Subject: [PATCH] I realize that's an important comment for C++ --- include/dusk/config_var.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/dusk/config_var.hpp b/include/dusk/config_var.hpp index b775aa0584..bb1710662c 100644 --- a/include/dusk/config_var.hpp +++ b/include/dusk/config_var.hpp @@ -171,6 +171,9 @@ public: /** * \brief Get the current value of the CVar. + * + * This reference is not guaranteed to remain up-to-date after modification of the CVar. + * It will, however, remain sound to access. */ [[nodiscard]] constexpr const T& getValue() const noexcept { checkRegistered();