Skip to content

Commit

Permalink
Add news item for cyclus#1560
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Jun 23, 2021
1 parent af7db49 commit a161a27
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions news/fix-macro-and-other-minor-errors.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a161a27

Please sign in to comment.