cpp-common/bt2c/uuid.hpp: `static inline` → `inline`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 May 2024 19:24:51 +0000 (15:24 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: If7a8ce9060c4618906e0ec3ac091cb7aca17e36b
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12761

src/cpp-common/bt2c/uuid.hpp

index ef481654bdfcb5ab445a76498808ba964a1582d5..ca64bdc569a69e87fe92052260b098bf5bc9213b 100644 (file)
@@ -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();
 }
This page took 0.0242 seconds and 4 git commands to generate.