We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c716d21 commit d0d2110Copy full SHA for d0d2110
CHANGELOG
@@ -1,3 +1,7 @@
1
+2010-07-02 Modified CXX/WrapPython.h to fix "swab bug" on solaris so
2
+ mpl can compile on Solaris with CXX6 in the trunk. Closes
3
+ tracker bug 3022815 - JDH
4
+
5
2010-06-30 Added autoscale convenience method and corresponding
6
pyplot function for simplified control of autoscaling;
7
and changed axis, set_xlim, and set_ylim so that by
CXX/WrapPython.h
@@ -48,6 +48,9 @@
48
#if defined(_XPG4)
49
#undef _XPG4
50
#endif
51
+#if defined(_XPG3)
52
+#undef _XPG3
53
+#endif
54
55
56
// Python.h will redefine these and generate warning in the process
0 commit comments