mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
The `insert_or_assign` method was introduced in C++17. We try to steer clear of anything C++11 or newer, because we want to support platforms whose toolchains aren't up to date and don't implement C++11. :)