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 fc11a3a commit 3e25ae3Copy full SHA for 3e25ae3
bindings/cpp/include/svs/runtime/api_defs.h
@@ -56,7 +56,7 @@ enum class ErrorCode {
56
RUNTIME_ERROR = 5
57
};
58
59
-struct Status {
+struct SVS_RUNTIME_API Status {
60
constexpr Status(ErrorCode c = ErrorCode::SUCCESS, const char* msg = nullptr)
61
: code(c)
62
, message_storage_(nullptr) {
0 commit comments