Skip to content

Commit

Permalink
undef min max macro
Browse files Browse the repository at this point in the history
  • Loading branch information
endyul committed Jun 5, 2017
1 parent 4fd2bff commit 56b3138
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions thirdparty/dynet/dynet/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -805,12 +805,8 @@ Expression softsign(const Expression& x);
* \return An expression where the ith element is equal to x_i^y_i
*/
Expression pow(const Expression& x, const Expression& y);
#ifdef min
#undef min
#endif
#ifdef max
#undef max
#endif
/**
* \ingroup arithmeticoperations
* \brief Minimum
Expand Down

0 comments on commit 56b3138

Please sign in to comment.