src/cpp-common/bt2/internal/*-obj.hpp: template param. names not needed
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 19 May 2022 16:06:59 +0000 (12:06 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I40d093d773fc07f6972e7b86262c01dac4540575
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8088
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10800
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2/internal/borrowed-obj.hpp
src/cpp-common/bt2/internal/shared-obj.hpp

index 9cf7617e3fdc15ef439a3c7d77d0e2a72528f563..3d4abd37b815decdc5c3c8ad06a16c4641f3bbaf 100644 (file)
@@ -43,7 +43,7 @@ class BorrowedObj
      *
      * C++ forbids the other way around.
      */
-    template <typename AnyLibObjT>
+    template <typename>
     friend class BorrowedObj;
 
 protected:
index da8e42f7fb54a15a452ad54d3ba2c71f40532ae2..b4d92494af523a202d86d6ae9c1f4c0af0d3393d 100644 (file)
@@ -42,7 +42,7 @@ class SharedObj final
      * constructors and assignment operators), given that
      * `SpecificSomething` inherits `Something`.
      */
-    template <typename AnyObjT, typename AnyLibObjT, typename AnyRefFuncsT>
+    template <typename, typename, typename>
     friend class SharedObj;
 
 private:
This page took 0.026935 seconds and 4 git commands to generate.