From d2cd61ab3a1ed2219f2c4df2e152115a1efbcd8f Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Sat, 6 Nov 2021 15:11:45 +0100 Subject: [PATCH] Remove table::ref (see #345). --- include/sqlpp11/table.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/sqlpp11/table.h b/include/sqlpp11/table.h index 72b9f310..169ced39 100644 --- a/include/sqlpp11/table.h +++ b/include/sqlpp11/table.h @@ -98,11 +98,6 @@ namespace sqlpp { return ::sqlpp::cross_join(*static_cast(this), t); } - - const Table& ref() const - { - return *static_cast(this); - } }; template