summarylogtreecommitdiffstats
path: root/fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix.patch')
-rw-r--r--fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix.patch b/fix.patch
new file mode 100644
index 000000000000..ed758976dd9a
--- /dev/null
+++ b/fix.patch
@@ -0,0 +1,11 @@
+--- flightgear/src/Navaids/PositionedOctree.hxx 2016-05-15 18:05:44.904316000 +0530
++++ flightgear/src/Navaids/PositionedOctree.hxx 2016-05-15 18:06:27.696729611 +0530
+@@ -60,7 +60,7 @@
+ _order(x),
+ _inner(v)
+ {
+- assert(!isnan(x));
++ assert(!std::isnan(x));
+ }
+
+ Ordered(const Ordered<T>& a) :