AnotherTest
060ddd2a7a
AK: Really disallow making OwnPtrs from refcounted types
...
This looks at three things:
- if the type has a typedef `AllowOwnPtr', respect that
- if not, disallow construction if both of `ref()' and `unref()' are
present.
Note that in the second case, if a type only defines `ref()' or only
defines `unref()', an OwnPtr can be created, as a RefPtr of that type
would be ill-formed.
Also marks a `Performance' to explicitly allow OwnPtrs.
2020-11-03 19:14:34 +01:00
..
2020-10-03 00:30:49 +02:00
2020-10-24 12:56:25 +02:00
2020-10-31 20:52:54 +01:00
2020-11-01 10:23:08 +01:00
2020-11-03 19:14:34 +01:00
2020-10-23 08:33:16 +02:00
2020-10-22 20:26:32 +02:00
2020-10-23 08:33:16 +02:00
2020-10-22 23:23:57 +02:00
2020-10-10 23:28:41 +02:00
2020-07-26 20:05:15 +02:00
2020-10-22 15:24:42 +02:00
2020-10-22 15:24:42 +02:00
2020-07-28 19:40:11 +02:00
2020-10-22 15:24:42 +02:00
2020-08-21 11:57:11 +02:00
2020-08-16 16:44:09 +02:00
2020-08-21 11:57:11 +02:00
2020-07-26 20:05:15 +02:00
2020-05-26 23:45:48 +02:00
2020-10-08 23:20:52 +02:00
2020-10-30 17:03:28 +01:00
2020-10-30 17:03:28 +01:00
2020-08-16 16:44:09 +02:00
2020-08-16 16:44:09 +02:00
2020-10-22 15:24:42 +02:00
2020-10-22 15:24:42 +02:00
2020-09-22 20:10:20 +02:00
2020-10-30 17:03:28 +01:00
2020-10-30 17:03:28 +01:00
2020-10-22 15:24:42 +02:00
2020-08-16 16:44:09 +02:00
2020-08-16 16:44:09 +02:00
2020-10-22 23:41:32 +02:00
2020-06-15 17:56:00 +02:00
2020-09-25 21:18:17 +02:00
2020-09-12 14:49:29 +02:00
2020-09-12 14:49:29 +02:00
2020-10-02 19:02:47 +02:00