0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 21:04:15 +08:00
This commit is contained in:
Frank Park 2017-04-11 01:40:38 -04:00
parent c6c075b0ab
commit 325f1ad731

View File

@ -535,7 +535,7 @@ namespace sqlpp
using serializer_context_of = typename serializer_context_of_impl<Db>::type;
template<typename F, typename... Args>
struct in_invocable
struct is_invocable
{
template<class U> static auto test(U* p) -> decltype((*p)(std::declval<Args>()...), void(), std::true_type());
template<class U> static auto test(...) -> decltype(std::false_type());