Nevin ":-)" Liber

Results 56 comments of Nevin ":-)" Liber

@crtrott There could be a more optimized implementation of `empty()`, since it doesn't have to compute the size. As specified an implementation has the freedom to do so.

@mhoemmen I am unclear on how it is more visible to users because it is in the C++ standard. In general, users can find and use anything they can see...

@ndellingwood I think I got rid of the declared but never referenced warning.

The only variable exported form kokkos modules at ALCF is KOKKOS_HOME

The OSSF scorecard uses a mail alias. Would we want to go that route (an email address for the role) instead of hardcoded email addresses for individuals?

If we are going to do anything at all, it seems to me that the fundamental problem is that when the container is a set, the signature of `insert` should...

Compiling under clang-1500.3.9.4 on an M2 Max Mac.

Language-wise, the signature for a copy constructor is `C(C const&)` (or the much rarer `C(C&)`, `C(C volatile&)` and `C(C const volatile&)`. Specifically, it can't be a template. If there is...

`std::less` from clang does `return std::forward(__t) < std::forward(__u);`. `std::less` from gcc does `return _S_cmp(std::forward(__t), std::forward(__u), __ptr_cmp{});`, which basically checks to see if it is a pointer comparison, and if so,...

After discussing it on 2024-07-03, we believe that `operator