We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9232035 commit 76dcc46Copy full SHA for 76dcc46
tests/constructors.cpp
@@ -7,7 +7,7 @@ struct bar {
7
};
8
9
TEST_CASE("Constructors", "[constructors]") {
10
- tl::function_ref<void(void)> fr1 = [] {};
+ tl::function_ref<void(void)> fr1 = []{};
11
tl::function_ref<void(void)> fr2 = foo;
12
tl::function_ref<void(bar)> fr3 = &bar::baz;
13
0 commit comments