mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-07-14 13:23:53 +00:00
Sort out some exception and member initialisation rules.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include <iomanip>
|
||||
#include <bitset>
|
||||
|
||||
EightBit::Disassembler::Disassembler() {
|
||||
EightBit::Disassembler::Disassembler() noexcept {
|
||||
// Disable exceptions where too many format arguments are available
|
||||
m_formatter.exceptions(boost::io::all_error_bits ^ boost::io::too_many_args_bit);
|
||||
}
|
||||
|
Reference in New Issue
Block a user