Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting...

Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2021-07-18 14:28:40 +01:00
parent 2f76e901f9
commit 22506ea56c
56 changed files with 561 additions and 550 deletions

View File

@@ -1,7 +1,7 @@
#include "stdafx.h"
#include "../inc/Processor.h"
EightBit::Processor::Processor(Bus& bus)
EightBit::Processor::Processor(Bus& bus) noexcept
: m_bus(bus) {
}