Anders Wind
Anders Wind
That is fair - I tried to remove it and yes it was quite simple. I don't have a better framework for creating documentation in mind. I normally go with...
I don't agree your wanted style changes - I like the builder/fluent pattern and it would even be possible to not affect performance of anyone by using that pattern. If...
Maybe we could have an option? ``` CPMAddPackage( NAME benchmark ... MARK_HEADERS_AS_SYSTEM ON ) ```
Just having the option would be nice to me :)
Did you find a way around this or did you drop di?
Is the above a complete `compile_commands.json` - or just a part of it?
Error from CI windows does not look related to the changes in this PR: ``` Warning: Error during installation: Error: The process 'D:\a\cuda-toolkit\cuda-toolkit\cuda_installer-windows-10.0.20348-12.3.2\cuda_installer-windows-10.0.20348_12.3.2.exe' failed with exit code 2147944003 Error: Error:...
For people coming here. You can use `uses: anders-wind/cuda-toolkit@feature/cuda_12.4.0` (See fork https://github.com/anders-wind/cuda-toolkit/tree/feature/cuda_12.4.0) as your action until this has been merged 👍
Thanks for merging 🙏
> Does "compiling with clang-18 or 17" mean you are compiling with "C++23"? (found e.g. this "https://stackoverflow.com/questions/71828288/why-is-stdaligned-storage-to-be-deprecated-in-c23-and-what-to-use-instead") Yes we are running with c++23 flags, so yes the deprecation of std::alligned_storage...