From a161a27098801827e54cdcb0cb9f8f6e28fa8260 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Wed, 23 Jun 2021 10:27:53 +0200 Subject: [PATCH] Add news item for #1560 --- news/fix-macro-and-other-minor-errors.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 news/fix-macro-and-other-minor-errors.rst 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