Skip to content

Commit 5d497d1

Browse files
committed
fix for undefinedMessageOption link error
1 parent 36d6e32 commit 5d497d1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/InfoLogger.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,10 @@ int InfoLogger::setMessageOption(const char *fieldName, const char *fieldValue,
633633
}
634634

635635

636+
// required with some compilers to avoid linking errors
637+
constexpr InfoLogger::InfoLoggerMessageOption InfoLogger::undefinedMessageOption;
638+
639+
636640
// end of namespace
637641
}
638642
}

0 commit comments

Comments
 (0)