mpusz / mp-units

The quantities and units library for C++
https://mpusz.github.io/mp-units/
MIT License
994 stars 79 forks source link

Ensure mp-units are compatible with std::atomic #554

Closed NAThompson closed 4 months ago

NAThompson commented 4 months ago

@mpusz : Perhaps seems trivial, but I got ground to a halt trying to get boost.units to work on this very problem.

mpusz commented 4 months ago

std::atomic does not have operator==, so the test will never compile.