relation_completer progress
This commit is contained in:
@@ -45,6 +45,14 @@ private:
|
||||
utils::identifier pk_;
|
||||
};
|
||||
|
||||
template<typename>
|
||||
struct is_object_ptr : std::false_type
|
||||
{};
|
||||
|
||||
template<typename Type>
|
||||
struct is_object_ptr<object_ptr<Type>> : std::true_type
|
||||
{};
|
||||
|
||||
}
|
||||
|
||||
#endif //OBJECT_PTR_HPP
|
||||
|
||||
Reference in New Issue
Block a user