mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 21:20:42 -06:00
Deleted unused struct
This commit is contained in:
@@ -76,12 +76,6 @@ namespace sqlpp
|
||||
static constexpr const char* _name = "IS NOT NULL";
|
||||
};
|
||||
|
||||
struct not_in_
|
||||
{
|
||||
using _value_type = boolean;
|
||||
static constexpr const char* _name = "NOT IN";
|
||||
};
|
||||
|
||||
|
||||
// basic operators
|
||||
template<typename Base, template<typename> class Constraint>
|
||||
|
||||
Reference in New Issue
Block a user