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-12-29 14:33:41 -05:00
2018-10-02 16:04:10 +02:00
2020-10-21 22:14:23 -04:00
2020-08-26 02:32:32 -04:00
2020-06-27 18:20:06 -04:00
2020-11-05 10:07:16 -05:00
2020-10-26 23:07:36 -04:00
2020-10-20 19:07:39 -07:00
2020-11-02 15:50:58 -05:00
2019-04-25 08:07:57 -04:00