mirror of
https://github.com/boostorg/unordered.git
synced 2026-08-21 12:53:50 +02:00
* added GCC 16 to CI * replaced usage of apt-key (not present in Ubuntu 26.04) * created GPG home directory if it doesn't exit (Ubuntu 26.04) * s/is_complete_and_move_constructible/std::is_move_constructible, made SFINAE invocations of the latter dependent * split gcc-16 jobs