merge-script
41a2ce9b7d
Merge bitcoin/bitcoin#31464 : util: Add missing types in make_secure_unique
...
fa397177ac util: Add missing types in make_secure_unique (MarcoFalke)
Pull request description:
The return type of `std::forward` depends on the template type, and can not be recovered from the args. Attempting to do so will result in a compile failure. For example, `make_secure_unique<std::string>(std::string{});` does not compile on current master, but does with this pull.
Another example would be `make_secure_unique<std::pair<std::string, std::unique_ptr<int>>>(std::string{}, std::make_unique<int>(21));`
ACKs for top commit:
hodlinator:
ACK fa397177ac
hebasto:
ACK fa397177ac .
TheCharlatan:
ACK fa397177ac
Tree-SHA512: cc902c1111c929a79a6f806b5097136a465e8c727474176bad30a5777ebbb30bedb0bd35273b43bf839d2c00492500ddec724bd17349250451f6b329cb71e6f2
2025-01-06 15:19:24 +00:00
..
2024-12-04 12:46:33 +07:00
2024-12-03 11:04:10 +01:00
2024-12-17 10:12:31 +07:00
2024-12-18 10:59:25 +01:00
2024-12-04 15:09:05 -04:00
2024-12-04 15:09:05 -04:00
2024-12-18 09:20:26 +07:00
2024-12-18 09:20:26 +07:00
2024-11-12 09:24:54 -05:00
2024-08-29 13:49:57 +02:00
2024-12-19 10:05:31 -05:00
2024-12-04 14:37:48 -05:00
2024-12-04 15:09:05 -04:00
2025-01-03 07:03:23 -05:00
2024-12-30 16:40:11 -05:00
2024-11-04 14:59:46 -05:00
2024-12-10 21:51:48 +01:00
2024-12-30 15:04:51 -05:00
2024-12-20 15:01:44 +01:00
2024-12-19 13:46:43 +01:00
2024-12-30 14:05:55 -05:00
2024-10-25 18:09:36 +01:00
2024-09-14 20:33:32 +03:00
2024-10-28 12:36:19 +00:00
2024-09-20 12:55:22 -04:00
2024-11-11 12:47:53 -03:00
2024-11-11 12:47:53 -03:00
2024-08-29 13:49:57 +02:00
2024-12-19 13:46:31 +01:00
2024-08-06 11:03:31 +02:00
2024-08-06 11:03:31 +02:00
2024-12-03 17:38:41 -05:00
2024-10-28 12:36:19 +00:00
2024-11-20 22:55:25 +01:00
2024-10-28 12:36:19 +00:00
2024-12-04 13:20:46 -05:00
2024-10-28 12:36:19 +00:00
2024-11-20 22:55:23 +01:00
2024-10-28 12:36:19 +00:00
2024-11-20 22:55:25 +01:00
2024-10-28 12:36:19 +00:00
2024-11-20 22:55:23 +01:00
2024-08-29 13:49:57 +02:00
2024-09-17 09:54:18 +02:00
2024-10-28 11:38:38 -04:00
2024-11-14 13:41:02 -05:00
2024-11-14 13:41:02 -05:00
2024-08-27 07:00:27 +02:00
2024-12-03 18:02:37 -05:00
2024-11-15 17:16:03 +01:00
2024-10-28 12:35:49 +00:00
2024-11-11 14:14:39 +00:00
2024-11-23 15:31:39 +00:00
2024-12-04 14:09:05 -05:00
2024-12-02 13:52:34 +01:00
2024-11-26 20:47:08 -05:00
2024-12-05 14:37:47 +00:00
2024-11-30 20:19:08 +01:00
2024-11-30 20:19:08 +01:00
2024-08-13 07:44:31 +02:00
2024-08-29 13:49:57 +02:00
2024-11-04 14:59:46 -05:00
2024-08-29 13:49:57 +02:00
2024-12-03 10:38:21 +01:00
2024-12-04 15:09:05 -04:00
2024-11-04 17:08:21 +01:00
2024-12-30 13:45:00 -05:00
2024-09-06 09:08:10 -04:00
2024-10-27 15:38:54 +01:00
2024-10-01 11:31:39 +02:00
2024-10-01 11:31:39 +02:00
2024-10-25 15:02:07 -04:00
2024-10-24 18:23:30 +02:00
2024-11-04 18:46:40 +01:00
2024-11-26 13:22:55 +01:00
2024-10-01 21:55:18 -04:00
2024-12-27 09:09:29 -05:00
2024-11-26 13:22:55 +01:00
2024-08-13 07:44:31 +02:00
2024-10-10 12:22:12 +02:00
2024-09-10 11:20:40 -03:00
2024-11-11 14:14:39 +00:00
2024-09-02 15:43:33 +01:00
2024-09-11 17:41:26 +02:00
2024-10-26 23:44:15 +02:00
2024-10-26 23:44:15 +02:00
2024-12-16 10:39:28 +01:00
2024-08-28 19:09:51 +02:00
2024-12-16 15:23:56 +01:00
2024-10-21 23:24:17 +02:00
2024-10-21 23:24:17 +02:00
2024-10-28 12:36:19 +00:00
2024-12-19 14:41:21 +01:00
2024-08-29 13:49:57 +02:00
2024-12-19 13:46:52 +01:00
2024-11-04 18:46:40 +01:00
2024-12-19 14:39:55 +01:00
2024-10-28 19:13:46 -04:00
2024-12-13 18:56:37 -05:00
2024-11-14 13:41:02 -05:00
2024-09-18 20:03:47 +02:00
2024-09-18 20:03:47 +02:00
2024-12-31 00:04:20 -03:00
2024-12-31 00:04:20 -03:00
2024-10-01 21:55:18 -04:00
2024-10-24 21:23:56 -04:00
2024-08-07 20:00:28 +01:00
2024-09-06 17:36:18 +02:00
2024-12-30 14:40:27 -05:00
2024-12-13 16:12:30 +01:00
2024-10-08 15:25:47 +00:00