Skip to content

Commit

Permalink
BUG: Double export
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 24, 2017
1 parent b98c894 commit 162eeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/int128.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ARROW_EXPORT bool operator<(const Int128& left, const Int128& right);
ARROW_EXPORT bool operator<=(const Int128& left, const Int128& right);
ARROW_EXPORT bool operator>(const Int128& left, const Int128& right);
ARROW_EXPORT bool operator>=(const Int128& left, const Int128& right);
ARROW_EXPORT

ARROW_EXPORT Int128 operator-(const Int128& operand);
ARROW_EXPORT Int128 operator+(const Int128& left, const Int128& right);
ARROW_EXPORT Int128 operator-(const Int128& left, const Int128& right);
Expand Down

0 comments on commit 162eeeb

Please sign in to comment.