Skip to content

Commit 76e6700

Browse files
committed
Remove COINUTILSLIB_EXPORT for cointerm member.
Related to Issuer #256 to resolve DLL-related compiler error.
1 parent d9a95e6 commit 76e6700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoinTerm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct COINUTILSLIB_EXPORT CoinTerm {
3939
}
4040
};
4141

42-
static COINUTILSLIB_EXPORT constexpr AscendingValueThenIndexComparator AscendingValueThenIndex = AscendingValueThenIndexComparator();
42+
static constexpr AscendingValueThenIndexComparator AscendingValueThenIndex = AscendingValueThenIndexComparator();
4343
};
4444

4545
#endif // COIN_TERM_HPP

0 commit comments

Comments
 (0)