cpp-common/bt2c/c-string-view.hpp: remove useless `bt2c::`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 May 2024 19:36:43 +0000 (15:36 -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: I7dd42aef2cc547f6e18d575f0366f899bc43b1df
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12765

src/cpp-common/bt2c/c-string-view.hpp

index 771954c1a0f9119365a63af1b18120580b9ae9e6..52eacacae1ca9d28381e4ccf10f2d783ff678d78 100644 (file)
@@ -176,7 +176,7 @@ public:
         return _mStr[i];
     }
 
-    bool startsWith(const bt2c::CStringView prefix) const noexcept
+    bool startsWith(const CStringView prefix) const noexcept
     {
         BT_ASSERT_DBG(_mStr);
         BT_ASSERT_DBG(prefix);
This page took 0.024758 seconds and 4 git commands to generate.