Benjamin Drung
a20d7898f3
Fix redeclaration of isinf()
...
Commit 9e78a41 declared isinf() as std::isinf(), because isinf() was not
declared on Ubuntu 16.04. But now the builds fail on Ubuntu <= 15.10,
because isinf() is declared there:
effects/Contrast.cpp:61:12: error: ‘constexpr bool std::isinf(double)’ conflicts with a previous declaration
using std::isinf;
^
In file included from /usr/include/features.h:364:0,
from /usr/include/assert.h:35,
from /usr/include/wx-3.0/wx/debug.h:14,
from /usr/include/wx-3.0/wx/defs.h:695,
from /usr/include/wx-3.0/wx/event.h:14,
from /usr/include/wx-3.0/wx/window.h:18,
from /usr/include/wx-3.0/wx/nonownedwnd.h:14,
from /usr/include/wx-3.0/wx/toplevel.h:20,
from /usr/include/wx-3.0/wx/dialog.h:14,
from effects/Contrast.h:12,
from effects/Contrast.cpp:13:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:201:1: note: previous declaration ‘int isinf(double)’
__MATHDECL_1 (int,isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
Thus use std::isinf() directly instead of declaring isinf() as
std::isinf().
2016-05-16 13:33:22 +02:00
..
2016-04-17 13:58:21 -04:00
2016-05-11 13:46:32 -04:00
2016-05-16 13:33:22 +02:00
2016-04-17 03:31:16 -04:00
2016-04-14 15:20:37 -04:00
2016-04-17 13:58:21 -04:00
2016-05-10 12:47:34 -04:00
2016-05-11 19:59:11 -04:00
2016-05-15 16:41:24 -04:00
2016-05-15 16:41:24 -04:00
2016-03-01 12:22:37 -05:00
2016-05-05 10:37:59 +01:00
2016-03-18 22:33:49 +00:00
2016-05-03 09:58:31 -04:00
2016-05-03 09:58:31 -04:00
2016-04-19 17:34:38 -04:00
2016-03-01 12:22:37 -05:00
2016-04-26 09:02:38 -04:00
2016-05-11 19:59:11 -04:00
2016-03-01 12:22:37 -05:00
2016-02-17 18:15:57 -05:00
2016-02-26 12:35:38 -05:00
2016-05-15 16:18:00 -04:00
2016-05-15 16:18:00 -04:00
2016-02-24 20:58:30 -05:00
2016-04-10 22:26:28 -04:00
2016-02-26 12:35:38 -05:00
2016-02-24 20:58:30 -05:00
2016-04-10 22:26:28 -04:00
2016-02-24 20:58:30 -05:00
2016-02-24 19:10:34 -05:00
2016-02-24 20:58:30 -05:00
2016-03-26 11:50:13 -04:00
2016-04-17 13:58:21 -04:00
2016-04-17 13:58:21 -04:00
2016-02-14 18:52:41 -05:00
2016-04-17 13:58:21 -04:00
2016-04-17 03:31:16 -04:00
2016-02-24 20:58:30 -05:00
2016-02-24 20:58:30 -05:00
2016-04-06 16:24:46 -04:00
2016-04-06 16:24:46 -04:00
2016-04-17 13:58:21 -04:00
2016-04-16 11:57:39 -04:00
2016-02-14 18:52:41 -05:00
2016-02-27 12:35:17 -05:00
2016-02-27 12:35:17 -05:00
2016-05-10 15:16:12 -04:00
2016-04-13 20:31:54 -04:00
2016-04-13 20:31:54 -04:00
2016-04-17 15:04:53 -04:00
2016-04-17 15:02:28 -04:00
2016-04-07 13:17:16 +01:00
2016-03-01 12:22:37 -05:00
2016-05-01 13:42:00 +01:00
2016-02-24 19:10:34 -05:00
2016-02-24 20:58:30 -05:00
2016-04-09 22:55:15 -04:00
2016-04-06 16:06:34 -04:00
2016-04-10 22:26:28 -04:00
2016-04-08 21:16:18 -04:00
2016-03-26 11:50:09 -04:00
2016-03-26 11:50:13 -04:00
2016-03-26 11:50:13 -04:00
2016-02-24 20:58:30 -05:00
2016-02-14 18:52:41 -05:00
2016-04-10 22:26:28 -04:00
2016-04-10 22:26:28 -04:00
2016-02-23 02:15:56 -05:00
2016-02-24 20:58:30 -05:00
2016-02-17 18:15:57 -05:00
2016-02-24 20:58:30 -05:00
2016-05-09 11:37:32 -04:00
2016-05-10 18:29:28 +01:00
2016-04-26 12:12:06 -04:00
2016-05-14 15:53:11 +01:00
2016-05-10 12:47:34 -04:00
2016-05-15 16:18:00 -04:00
2016-05-15 16:18:00 -04:00
2016-04-18 17:50:17 -04:00
2016-02-24 20:58:30 -05:00
2016-04-10 14:15:51 -04:00
2016-04-06 16:24:46 -04:00
2016-03-26 11:50:13 -04:00
2016-03-26 11:50:13 -04:00
2016-04-10 22:26:28 -04:00
2016-04-10 22:26:28 -04:00
2016-05-06 21:03:37 -04:00
2016-04-06 16:24:46 -04:00
2016-04-10 22:26:28 -04:00
2016-02-24 20:58:30 -05:00
2016-02-23 02:15:56 -05:00
2016-02-14 18:50:45 -05:00
2016-05-14 17:22:28 +01:00
2016-05-11 13:46:32 -04:00
2016-04-03 11:37:18 -04:00
2016-02-14 18:52:41 -05:00
2016-02-26 12:35:38 -05:00
2016-02-14 18:52:41 -05:00
2016-04-11 14:42:57 -04:00
2016-04-20 17:13:08 +01:00
2016-04-12 00:54:55 -04:00
2016-02-26 12:35:38 -05:00
2016-04-11 13:48:13 +01:00
2016-03-30 20:42:59 +01:00
2016-02-26 12:35:38 -05:00
2016-02-19 01:39:44 -05:00
2016-02-19 01:37:27 -05:00
2016-02-24 20:58:30 -05:00
2016-02-14 20:20:19 -05:00
2016-02-24 20:58:30 -05:00
2016-04-19 18:14:35 -04:00
2016-04-19 18:14:35 -04:00
2016-04-11 14:42:57 -04:00
2016-02-26 12:35:38 -05:00
2016-05-03 10:32:01 -04:00
2016-02-23 02:15:56 -05:00
2016-02-24 20:58:30 -05:00
2016-05-06 21:03:37 -04:00
2016-04-09 14:23:29 +01:00
2016-03-26 11:50:12 -04:00
2016-04-12 00:55:41 -04:00
2016-04-28 04:40:01 -04:00
2016-04-09 15:10:05 -04:00
2016-02-27 13:04:34 -05:00
2016-02-27 13:04:34 -05:00
2016-05-10 15:16:12 -04:00
2016-05-09 11:37:32 -04:00
2016-05-06 16:50:24 -04:00
2016-02-26 12:35:38 -05:00
2016-04-18 14:31:36 -04:00
2016-04-18 14:31:36 -04:00
2016-04-26 12:12:06 -04:00
2016-02-24 20:58:30 -05:00
2016-04-10 21:19:15 -04:00
2016-03-25 20:27:25 -04:00
2016-05-10 12:47:34 -04:00
2016-04-18 14:31:36 -04:00
2016-02-17 18:15:57 -05:00
2016-04-17 13:58:21 -04:00
2016-04-12 00:54:55 -04:00
2016-04-12 00:55:59 -04:00
2016-04-13 18:11:45 -04:00
2016-02-27 12:08:03 -05:00
2016-04-28 13:17:07 -04:00