Skip to content

Commit 861f892

Browse files
committed
make sure abs uses std::abs rather than the integer-only c version
1 parent 6c94f5e commit 861f892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/stdinc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ using std::flush;
134134
using std::min;
135135
using std::max;
136136
using std::ios;
137+
using std::abs;
137138

138139
//=============================================================================
139140
// New naming conventions to add to or replace existing names in C :

0 commit comments

Comments
 (0)