mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 21:04:15 +08:00
fix typo
This commit is contained in:
parent
c6c075b0ab
commit
325f1ad731
@ -535,7 +535,7 @@ namespace sqlpp
|
|||||||
using serializer_context_of = typename serializer_context_of_impl<Db>::type;
|
using serializer_context_of = typename serializer_context_of_impl<Db>::type;
|
||||||
|
|
||||||
template<typename F, typename... Args>
|
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(U* p) -> decltype((*p)(std::declval<Args>()...), void(), std::true_type());
|
||||||
template<class U> static auto test(...) -> decltype(std::false_type());
|
template<class U> static auto test(...) -> decltype(std::false_type());
|
||||||
|
Loading…
Reference in New Issue
Block a user