mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Remove table::ref (see #345).
This commit is contained in:
parent
138da005d5
commit
d2cd61ab3a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user