1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-31 20:13:06 -06:00
comex 388cf58b31 k_priority_queue: Fix concepts use
- For `std::same_as`, add missing include of `<concepts>`.

- For `std::convertible_to`, create a replacement in `common/concepts.h`
  and use that instead.

  This would also be found in `<concepts>`, but unlike `std::same_as`,
  `std::convertible_to` is not yet implemented in libc++, LLVM's STL
  implementation - not even in master.  (In fact, `std::same_as` is the
  *only* concept currently implemented.  For some reason.)
2020-12-29 14:33:41 -05:00
..
2020-06-27 11:36:05 -04:00
2020-06-27 11:36:14 -04:00
2020-10-20 19:07:39 -07:00
2020-02-13 19:10:33 -04:00