Alastair Murray
26cacf056e
Fail feature macro compare if compiler has more features than runtime ( #982 )
...
* Fail feature macro compare if compiler has more features than runtime
Because a C++11 `std::equal` only iterates over the first container, and
matches with items in the second, if the second container contains more items
the check can still pass even though they're not identical. Just use `==`
instead.
Fixes #979
* Move an expression to its point of use
2020-09-30 11:06:45 +01:00
..
2020-03-02 15:06:44 +00:00
2020-09-28 00:22:49 +01:00
2020-05-20 14:16:19 +01:00
2020-09-24 20:41:04 +01:00
2020-08-21 12:09:22 +01:00
2020-09-23 17:16:26 +01:00
2020-08-14 13:50:14 +01:00
2020-05-20 14:16:19 +01:00
2020-09-30 11:06:45 +01:00
2020-07-24 14:30:24 +01:00
2020-07-22 22:52:38 -07:00
2020-08-27 18:31:51 +01:00
2020-01-10 15:12:11 +00:00
2020-04-24 15:06:47 +01:00
2020-09-17 09:36:43 +01:00
2020-02-21 17:34:31 +00:00
2020-07-23 17:21:07 +01:00
2020-07-24 10:54:32 +01:00
2020-07-23 17:21:07 +01:00
2020-03-30 16:44:54 +01:00
2020-08-14 13:50:14 +01:00
2020-05-20 14:16:19 +01:00
2020-08-27 18:31:51 +01:00
2020-09-30 09:50:21 +01:00
2020-09-03 14:36:38 +01:00
2020-09-06 08:57:27 +01:00
2020-05-22 13:24:57 +01:00
2020-05-04 09:12:12 -04:00
2020-09-01 08:16:17 -07:00
2020-07-23 17:21:07 +01:00
2020-08-27 18:31:51 +01:00
2020-07-20 12:01:34 -04:00
2020-05-20 14:16:19 +01:00
2020-08-27 18:31:51 +01:00
2020-09-22 21:49:13 +01:00
2020-09-25 14:57:41 +01:00
2020-06-03 13:51:52 +01:00
2020-07-31 13:10:05 +01:00
2020-03-24 13:21:56 +00:00
2020-09-08 18:16:08 +01:00
2020-07-23 17:21:07 +01:00
2020-02-25 08:56:54 +00:00
2020-09-08 18:16:08 +01:00
2019-08-12 10:18:06 +01:00
2019-03-05 16:23:49 +00:00
2019-03-05 16:23:49 +00:00
2020-09-25 14:25:26 +01:00
2020-09-25 14:25:26 +01:00
2020-09-24 20:36:52 +01:00
2020-09-24 20:36:52 +01:00
2020-09-24 20:36:52 +01:00
2019-07-31 16:00:45 +01:00
2020-09-29 13:51:49 -07:00