small changes in log_manager.cpp and add is_database_primitive type traits and test
This commit is contained in:
@@ -15,15 +15,12 @@ struct person {
|
||||
virtual ~person() = default;
|
||||
|
||||
template<typename Operator>
|
||||
void process(Operator &/*op*/) {
|
||||
}
|
||||
static void process(Operator &/*op*/) {}
|
||||
};
|
||||
|
||||
struct student final : person {
|
||||
};
|
||||
struct student final : person {};
|
||||
|
||||
struct teacher final : person {
|
||||
};
|
||||
struct teacher final : person {};
|
||||
|
||||
struct names {
|
||||
unsigned int id{};
|
||||
|
||||
Reference in New Issue
Block a user