Address review comments and fix compilation problems

This commit is contained in:
FearlessTobi 2024-01-19 00:17:28 +01:00 committed by Liam
parent 99d76bf25a
commit 2b4d7506a8
16 changed files with 249 additions and 269 deletions

View file

@ -3,6 +3,7 @@
#pragma once
#include <algorithm>
#include <type_traits>
#include "bit_cast.h"