hopefully shut up MSVC (nw)

This commit is contained in:
Vas Crabb 2018-03-25 19:30:16 +11:00
parent 411692180e
commit 1d05c0f92a

View File

@ -392,7 +392,7 @@ namespace uml
{
public:
// construction/destruction
constexpr instruction() { }
constexpr instruction() : m_param{ } { }
// getters
constexpr opcode_t opcode() const { return m_opcode; }