From 420eeee727d39d869d864caddb04a80dafda7160 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Oct 2017 17:51:45 +0100 Subject: gentoo resync : 17.10.2017 --- sci-physics/thepeg/files/thepeg-2.0.4-gcc6.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sci-physics/thepeg/files/thepeg-2.0.4-gcc6.patch (limited to 'sci-physics/thepeg/files') diff --git a/sci-physics/thepeg/files/thepeg-2.0.4-gcc6.patch b/sci-physics/thepeg/files/thepeg-2.0.4-gcc6.patch new file mode 100644 index 000000000000..ed3bdac7b54b --- /dev/null +++ b/sci-physics/thepeg/files/thepeg-2.0.4-gcc6.patch @@ -0,0 +1,14 @@ +Bug: https://bugs.gentoo.org/599564 + +--- a/Utilities/UnitIO.h ++++ b/Utilities/UnitIO.h +@@ -25,6 +25,9 @@ + + namespace ThePEG { + ++using std::isnan; ++using std::isinf; ++ + /** + * The OUnit< class is used to + * facilitate output of unitful numbers to a -- cgit v1.2.3