Skip to content

Commit 4866c1e

Browse files
committed
more
1 parent 4826f49 commit 4866c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hdr/sqlite_modern_cpp/utility/function_traits.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace sqlite {
99

1010
template <typename Function>
1111
struct function_traits : public function_traits<
12-
decltype(&Function::operator())
13-
> { };
12+
decltype(&Function::operator())
13+
> { };
1414

1515
template <
1616
typename ClassType,

0 commit comments

Comments
 (0)