-
Hi,
When using C++20 with clang >= 10, we get the following warnings:
```
#include "boost/date_time.hpp"
bool f()
{
return boost::posix_time::ptime(boost::gregorian::date(2028, 4, 17))…
-
[P0528R3](https://wg21.link/P0528R3) Atomic Compare-And-Exchange With Padding Bits
[P1123R0](https://wg21.link/P1123R0) Atomic Compare-And-Exchange With Padding Bits For `atomic_ref`
This needs co…
-
On @thibaud-porphyre Mac environment, CMake 3.17 fails to configure build of the test directory. Works successfully on Linux using CMake 3.10.
Error messages to go here:
-
When a header for a newer C++ Standard is compiled with an older Standard mode, it emits a diagnostic. Our phrasing varies; some talk about the contents of the header:
https://github.com/microsoft/…
-
(This might be an OS version specific issue)
Lately I am getting error linking to the `udunits` system installation when installing from source (also applies to the `udunits2` package).
The same…
pat-s updated
4 years ago
-
## Summary
I'm trying to compile kokkos develop (1eff11e) with clang8-as-cuda and cuda 9.2 on a rhel7 system with a Quadro P4000 Nvidia card. With kokkos tests enabled (`Kokkos_ENABLE_TESTS=on`),…