diff --git a/news/fix-macro-and-other-minor-errors.rst b/news/fix-macro-and-other-minor-errors.rst new file mode 100644 index 0000000000..e431eea4c8 --- /dev/null +++ b/news/fix-macro-and-other-minor-errors.rst @@ -0,0 +1,14 @@ +**Added:** None + +**Changed:** None +- In `src/pyne.h`, replace a macro `isnan()` with `using std::isnan`, as the former has led to undesired macro expansion in Boost header files. + +**Deprecated:** None + +**Removed:** +- A duplicate `using std::list` in `src/hdf5_back.cc.in`, which triggers compiler errors with some GCC versions. + +**Fixed:** None +- Issue #1312 + +**Security:** None