We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f5d8e commit a7c5addCopy full SHA for a7c5add
src/mfast/instructions/field_instruction.h
@@ -81,7 +81,7 @@ template <> struct field_type_trait<uint64_t> {
81
82
class field_instruction_visitor;
83
84
-class instruction_tag {
+class MFAST_EXPORT instruction_tag {
85
public:
86
inline instruction_tag(uint64_t v = 0) : uint64_value_(v) {}
87
uint64_t to_uint64() const { return uint64_value_; }
0 commit comments