util: add FixedMap/FixedTree

This commit is contained in:
Michael Scire 2021-02-04 01:00:19 -08:00
parent 201b17f100
commit c1d93a9495
4 changed files with 1041 additions and 3 deletions

View file

@ -13,8 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Scope guard logic lovingly taken from Andrei Alexandrescu's "Systemic Error Handling in C++" */
/* Scope guard logic lovingly taken from Andrei Alexandrescu's "Systemic Error Handling in C++" */
#pragma once
#include <vapours/common.hpp>
#include <vapours/assert.hpp>