Files
Christian Mazakas 008ff1c071 add operator new overloads to test Callables
When Callables are sufficiently small, they're emplaced into a small
buffer directly by placement new. If one, however, uses an unqualified
call to placement new, the class-based overloads are picked up and
compilation fails.

    libs/compat/test/move_only_function_test.cpp:107:11: note: candidate
    function not viable: requires 1 argument, but 2 were provided
        107 |     void* operator new(std::size_t) { throw 1234; }
2026-01-23 19:34:36 -08:00
..
2024-03-29 21:20:49 +02:00
2024-03-29 21:20:49 +02:00
2024-03-29 21:20:49 +02:00
2024-03-29 21:20:49 +02:00
2024-03-28 21:12:46 +02:00
2024-12-17 11:20:18 -08:00
2024-03-21 20:28:27 +02:00
2024-03-21 20:12:01 +02:00
2024-04-06 19:03:58 +03:00
2024-04-06 19:03:58 +03:00
2024-04-06 19:03:58 +03:00
2024-04-06 19:03:58 +03:00
2024-03-22 18:14:36 +02:00
2024-04-06 21:45:34 +03:00
2024-03-22 18:14:36 +02:00
2025-11-01 17:18:55 +02:00
2023-05-15 11:44:34 -07:00
2025-11-18 14:33:45 +02:00
2024-03-29 21:20:49 +02:00
2024-10-04 13:06:44 +03:00
2025-09-05 09:33:40 -05:00