-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix namespace of move
function in tests.cc
#63
Conversation
I was under impression that unqualified Your change to use qualified The correct fix would be Don't you think so? |
edb4fd0
to
94916ec
Compare
Thanks for you feedback. I've already updated the patch. :) |
I am still concerned with your change messing with my comment delimiter line for no good reason whatsoever. But I can stomach that 😂 Thank you for your contribution. |
If it helps, Now, I probably would have either omitted that change or at least split it into a separate commit to make it clear what was happening, but at least the submitter of this PR wasn’t just meddling with comment lines for fun. 😄 (The other text files in this repository without terminal newlines are |
You are quite right, Ben. I use emacs and am a bit perplexed how this file ended up without the trailing newline symbol in the first place. My mistake, I concede.
You have quite a keen eye for terminal newlines, don't you? ;) But that is someone else's honest work and I'd rather not impose my arbitrary standards. And while Unix philosophy celebrates files, CMake philosophy celebrates strings. |
As a distribution packager, sometimes they matter to me! They don’t matter to me here, since the tools that consume these files are happy and the files are not ones that a distribution package would ship anyway. |
Yes, I am using vim. I suppose that's the reason. |
Failed to compiler the tests binary on ubuntu 22.04 by using clang-17. Because of the missing
std::