Skip to content

Commit

Permalink
I sometimes forget that I'm not necessarily on C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Dec 5, 2022
1 parent 58f7259 commit be96a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t-shared_from-11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class session : public itlib::enable_shared_from {
using itlib::enable_shared_from::weak_from;
using itlib::enable_shared_from::shared_from;

auto clone() {
std::shared_ptr<session> clone() {
return shared_from(this);
}
};
Expand Down

0 comments on commit be96a6a

Please sign in to comment.