From 8568d756b5323cf05d92a50c4cff3f2acc398945 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 10 May 2024 15:24:51 -0400 Subject: [PATCH] =?utf8?q?cpp-common/bt2c/uuid.hpp:=20`static=20inline`=20?= =?utf8?q?=E2=86=92=20`inline`?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Change-Id: If7a8ce9060c4618906e0ec3ac091cb7aca17e36b Reviewed-on: https://review.lttng.org/c/babeltrace/+/12761 --- src/cpp-common/bt2c/uuid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp-common/bt2c/uuid.hpp b/src/cpp-common/bt2c/uuid.hpp index ef481654..ca64bdc5 100644 --- a/src/cpp-common/bt2c/uuid.hpp +++ b/src/cpp-common/bt2c/uuid.hpp @@ -248,7 +248,7 @@ inline UuidView::operator Uuid() const noexcept return Uuid {*this}; } -static inline std::string format_as(const bt2c::Uuid& uuid) +inline std::string format_as(const bt2c::Uuid& uuid) { return uuid.str(); } -- 2.34.1