We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a95e6 commit 76e6700Copy full SHA for 76e6700
src/CoinTerm.hpp
@@ -39,7 +39,7 @@ struct COINUTILSLIB_EXPORT CoinTerm {
39
}
40
};
41
42
- static COINUTILSLIB_EXPORT constexpr AscendingValueThenIndexComparator AscendingValueThenIndex = AscendingValueThenIndexComparator();
+ static constexpr AscendingValueThenIndexComparator AscendingValueThenIndex = AscendingValueThenIndexComparator();
43
44
45
#endif // COIN_TERM_HPP
0 commit comments