Skip to content

Fixes for c++20

Scott Snyder requested to merge ssnyder/Gaudi:cxx20-20200611 into master

A couple fixes to build Gaudi with C++20.

  • Three-way comparison.
  • Typedefs removed from std::allocator

Merge request reports