Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1fcba3

Browse files
committed
Bugfix allowing build on OS X 10.4, gcc 4.0 reported by Tom Loredo and patch
submitted by Jouni K Sepp��nen. -- ADS svn path=/trunk/matplotlib/; revision=1921
1 parent fb70499 commit d1fcba3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/_transforms.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ Bbox::update(const Py::Tuple &args) {
443443

444444
Py::Object
445445
Bbox::update_numerix(const Py::Tuple &args) {
446-
//update the boox from the numerix arrays x and y
446+
//update the box from the numerix arrays x and y
447+
using std::isnan;
447448
_VERBOSE("Bbox::update_numerix");
448449

449450
args.verify_length(3);

0 commit comments

Comments
 (0)