commit | 95a1b2c7b8cda5593a0a369b88b6b41669f44712 | [log] [tgz] |
---|---|---|
author | Marc Chevrier <marc.chevrier@gmail.com> | Wed May 04 11:21:41 2022 +0200 |
committer | Marc Chevrier <marc.chevrier@gmail.com> | Sat May 07 11:04:06 2022 +0200 |
tree | 9940b030ea206935fa68a12491d0d32f2a0bd482 | |
parent | 30f91596677b0b93f22b5123d27fb76f494d0864 [diff] |
stl containers: enhance compatibility with C++14, C++17 and C++20 * Ensure various functions working with containers are available through all headers as specified by the standard. * Add C++20 std::ssize() function.