From 543f288e808b575f97efd56f2d14c495b49459f3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 24 Dec 2025 11:50:14 +0100 Subject: fix: rope_fwd.inl: specify all needed parameters for template. Signed-off-by: Amlal El Mahrouss --- include/ocl/tproc/detail/rope_fwd.inl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/ocl/tproc/detail/rope_fwd.inl b/include/ocl/tproc/detail/rope_fwd.inl index 5ca6bf4..2d11c14 100644 --- a/include/ocl/tproc/detail/rope_fwd.inl +++ b/include/ocl/tproc/detail/rope_fwd.inl @@ -8,12 +8,15 @@ namespace ocl { -template struct basic_rope::tree_impl {}; +template +struct basic_rope::tree_impl {}; -template basic_rope::~basic_rope() = default; +template +basic_rope::~basic_rope() = default; -template -basic_rope::basic_rope(const boost::basic_string_view &in) {} +template +basic_rope::basic_rope( + const boost::basic_string_view &in) {} } // namespace ocl -- cgit v1.2.3