Skip to content

Commit

Permalink
remove double definition of rc_inner
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Sep 12, 2024
1 parent fdb754a commit 640699b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions libsafecxx/test/broken/rc_segfault.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ class manually_drop
T const^ get(self const^) noexcept safe;
};

template<typename T+>
struct rc_inner
{
manually_drop<T> data_;
std::size_t strong_;
std::size_t weak_;

explicit
rc_inner(T data) noexcept safe;
};

template<class T+>
struct rc_inner
{
Expand Down

0 comments on commit 640699b

Please sign in to comment.