Skip to content

Commit 5de846d

Browse files
committed
Update README.md
1 parent dd439c3 commit 5de846d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ int main() {
146146
using namespace std;
147147
using namespace mstd;
148148

149-
bool testFunc(string s) { return !s.empty(); }
150-
151149
int main() {
152150
auto lambda = [](string s) -> bool { return !s.empty(); };
153151
static_assert(is_same_function_v<decltype(lambda), bool(*)(string)>);

0 commit comments

Comments
 (0)