Avi Kivity
5065ae835f
sstables: move bound_kind_m formatter to namespace sstables
...
Without this, clang complains that we violate argument dependent
lookup rules:
note: 'operator<<' should be declared prior to the call site or in namespace 'sstables'
std::ostream& operator<<(std::ostream&, const sstables::bound_kind_m&);
we can't enforce the #include order, but we can easily move it it
to namespace sstables (where it belongs anyway), so let's do that.
gcc is happy either way.
2020-10-12 20:38:11 +03:00
..
2020-10-12 20:38:11 +03:00
2020-06-02 09:12:21 +03:00
2020-07-21 10:33:49 -07:00
2020-07-20 10:57:38 +03:00
2020-08-21 14:58:40 +03:00
2020-09-02 16:46:49 +03:00
2020-09-02 16:46:49 +03:00
2020-08-19 11:34:13 +03:00
2020-08-26 11:33:23 +03:00
2020-10-11 15:43:51 +03:00
2020-07-16 13:55:23 +03:00
2020-08-26 20:44:11 +03:00
2020-06-03 10:32:46 -07:00
2020-06-16 16:14:30 +02:00
2020-08-26 20:44:11 +03:00
2020-08-26 11:33:23 +03:00
2020-09-21 16:32:53 +03:00
2020-10-11 17:40:01 +03:00
2020-08-19 17:18:57 +03:00
2020-08-09 12:04:36 +03:00
2020-08-16 17:33:48 +03:00
2020-06-18 09:37:18 -04:00
2020-09-21 16:32:53 +03:00
2020-10-12 20:38:11 +03:00
2020-10-12 20:36:10 +03:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-09-28 11:27:23 +03:00
2020-06-29 14:23:48 -03:00
2020-09-28 11:27:23 +03:00
2020-07-27 11:23:48 -07:00
2020-07-05 19:40:48 +03:00
2020-07-05 19:40:48 +03:00
2020-08-26 20:44:11 +03:00
2020-08-26 20:44:11 +03:00
2020-09-21 16:32:53 +03:00
2020-08-19 17:19:01 +03:00
2020-08-19 17:19:01 +03:00
2020-10-08 11:57:06 +03:00
2020-10-08 11:57:06 +03:00
2020-08-16 17:41:16 +03:00
2020-08-10 18:53:04 +03:00
2020-09-23 20:55:17 +03:00
2020-09-23 20:55:17 +03:00
2020-09-28 11:27:23 +03:00
2020-09-23 20:55:17 +03:00
2020-08-19 17:19:01 +03:00
2020-08-19 17:19:01 +03:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-09-14 12:05:11 +02:00