Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut committed Aug 3, 2024
1 parent 8eaa61c commit 0f14661
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ int foo(T) {
return 1;
}
foo(std::complex<float>{1,1}); //1
foo(std::complex<float>{1.0f,1.0f}); //1
```

0 comments on commit 0f14661

Please sign in to comment.