Skip to content

Commit

Permalink
Updated for constr change
Browse files Browse the repository at this point in the history
    * tests/custom_format/custom_format_impl.h:
  • Loading branch information
jwillemsen committed Oct 5, 2023
1 parent b4346ed commit 2dbb6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/custom_format/custom_format_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ namespace Test
//@@{__RIDL_REGEN_MARKER__} - END : Test::Foo_impl[Constructors]

/// Destructor
virtual ~Foo_impl ();
~Foo_impl () override;

template <typename T> friend class CORBA::servant_reference;

template <typename _Tp1, typename, typename ...Args>
friend CORBA::servant_reference<_Tp1> CORBA::make_reference(Args&& ...args);
friend constexpr CORBA::servant_reference<_Tp1> CORBA::make_reference(Args&& ...args);

//@@{__RIDL_REGEN_MARKER__} - BEGIN : Test::Foo_impl[User Protected]
// your protected definitions
Expand Down

0 comments on commit 2dbb6c5

Please sign in to comment.