Lenny Maiorani
d1fe6a0b53
Everywhere: Redundant inline specifier on constexpr functions ( #3807 )
...
Problem:
- `constexpr` functions are decorated with the `inline` specifier
keyword. This is redundant because `constexpr` functions are
implicitly `inline`.
- [dcl.constexpr], §7.1.5/2 in the C++11 standard): "constexpr
functions and constexpr constructors are implicitly inline (7.1.2)".
Solution:
- Remove the redundant `inline` keyword.
2020-10-20 18:08:13 +02:00
..
2020-10-12 20:04:48 +02:00
2020-07-27 01:06:26 +02:00
2020-07-27 01:06:26 +02:00
2020-10-02 15:38:07 +02:00
2020-09-12 20:26:14 +02:00
2020-10-02 16:03:17 +02:00
2020-06-21 10:08:25 +02:00
2020-09-26 00:00:08 +02:00
2020-09-26 00:00:08 +02:00
2020-08-26 08:53:14 +02:00
2020-08-26 08:53:14 +02:00
2020-08-17 00:00:34 +02:00
2020-09-29 09:20:33 +02:00
2020-10-20 18:08:13 +02:00
2020-08-19 11:20:27 +02:00
2020-08-18 12:12:27 +02:00
2020-09-25 21:18:17 +02:00
2020-08-05 22:33:42 +02:00
2020-10-05 20:05:40 +02:00
2020-10-05 20:05:40 +02:00
2020-07-27 01:06:26 +02:00
2020-09-21 09:37:49 +02:00
2020-09-21 09:37:49 +02:00
2020-06-21 17:41:52 +02:00
2020-06-27 13:01:27 +02:00
2020-06-13 15:29:29 +02:00
2020-09-21 09:37:49 +02:00
2020-06-23 13:51:19 +02:00
2020-07-25 02:13:43 +02:00
2020-07-25 02:13:43 +02:00
2020-09-19 19:16:22 +02:00
2020-09-08 10:45:35 +02:00
2020-10-02 15:38:07 +02:00
2020-08-27 10:12:04 +02:00
2020-10-10 23:28:41 +02:00
2020-10-10 23:28:41 +02:00
2020-08-25 16:22:14 +02:00
2020-06-21 16:42:46 +02:00
2020-08-25 16:22:14 +02:00
2020-06-27 13:01:27 +02:00
2020-10-13 13:52:52 +02:00
2020-07-27 01:06:26 +02:00
2020-08-18 12:12:27 +02:00
2020-08-25 16:22:14 +02:00
2020-06-22 18:11:22 +02:00
2020-08-23 01:05:22 +02:00
2020-10-12 20:04:48 +02:00
2020-07-27 01:06:26 +02:00
2020-09-25 21:18:17 +02:00
2020-07-27 01:06:26 +02:00
2020-10-12 20:04:48 +02:00
2020-09-10 19:25:13 +02:00
2020-09-26 00:00:08 +02:00
2020-09-26 00:00:08 +02:00
2020-10-02 15:38:07 +02:00
2020-10-02 15:38:07 +02:00
2020-09-19 19:16:22 +02:00
2020-10-12 20:04:48 +02:00
2020-08-10 21:20:28 +02:00
2020-08-26 08:53:14 +02:00