mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-01 10:41:22 -06:00
Remove table::ref (see #345).
This commit is contained in:
@@ -98,11 +98,6 @@ namespace sqlpp
|
||||
{
|
||||
return ::sqlpp::cross_join(*static_cast<const Table*>(this), t);
|
||||
}
|
||||
|
||||
const Table& ref() const
|
||||
{
|
||||
return *static_cast<const Table*>(this);
|
||||
}
|
||||
};
|
||||
|
||||
template <typename Context, typename Table, typename... ColumnSpec>
|
||||
|
||||
Reference in New Issue
Block a user