Tomasz Grabiec
4ed7e529db
sstables: Move binary_search() to a header
...
There are instantiations of binary_search() used in sstables.cc, but
defined in partition.cc. The instantiations are explicitly declared in
partition.cc, but the types changed and they became obsolete. The
thing worked because partition.cc also instantiated it with the right
type. But after that code will be removed, it no longer would, and we
would get a linker error. To avoid such problems, define
binary_search() in a header.
2017-04-20 10:54:38 +02:00
..
2017-04-20 10:54:36 +02:00
2015-10-08 20:57:20 +03:00
2017-02-02 10:35:14 +00:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2017-02-07 15:17:14 +00:00
2016-10-26 08:51:21 +03:00
2017-03-02 09:05:12 +00:00
2016-12-14 10:58:07 +01:00
2017-03-28 18:10:39 +02:00
2016-10-26 08:51:21 +03:00
2017-03-02 09:05:11 +00:00
2016-04-08 08:12:47 +03:00
2016-12-20 13:06:11 +00:00
2017-01-09 10:42:20 +02:00
2017-03-28 18:34:55 +02:00
2017-01-26 13:50:04 +02:00
2016-12-05 11:48:29 +02:00
2016-12-22 17:16:23 +01:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-04-08 08:12:47 +03:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-12-22 13:35:04 +01:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2017-02-16 10:49:03 +01:00
2017-03-16 10:21:10 +01:00
2016-04-08 08:12:47 +03:00
2017-03-10 14:42:22 +01:00
2016-10-26 08:51:21 +03:00
2016-10-26 08:51:21 +03:00
2016-10-19 15:29:08 +01:00
2016-12-13 14:07:53 -05:00
2016-04-08 08:12:47 +03:00
2016-10-26 08:51:21 +03:00
2017-03-10 14:42:22 +01:00
2017-02-23 18:50:44 +01:00
2016-12-19 08:09:25 +08:00
2016-12-19 14:08:50 +08:00
2017-03-28 18:10:39 +02:00
2017-02-23 18:50:53 +01:00
2017-03-15 14:34:01 +01:00
2017-03-09 12:27:20 +01:00
2016-12-19 08:04:30 +08:00
2017-03-28 18:10:39 +02:00
2016-12-19 14:20:58 +01:00
2016-10-26 08:51:21 +03:00
2016-04-08 08:12:47 +03:00
2016-12-19 08:09:25 +08:00
2017-01-23 18:14:33 +01:00
2016-04-08 12:13:29 +03:00
2016-04-08 12:13:29 +03:00
2016-12-19 14:20:58 +01:00
2017-02-23 18:50:44 +01:00
2017-03-15 16:03:56 +01:00
2016-10-26 08:51:21 +03:00
2017-03-28 18:34:55 +02:00
2016-10-26 08:51:21 +03:00
2016-11-04 15:48:43 +02:00
2017-04-18 13:04:38 +03:00
2017-03-10 14:42:22 +01:00
2017-03-28 18:10:39 +02:00
2017-04-20 10:54:38 +02:00
2016-12-19 14:08:50 +08:00
2017-03-28 18:10:39 +02:00
2017-01-16 11:38:45 +01:00
2016-10-26 08:51:21 +03:00
2016-04-08 08:12:47 +03:00
2017-03-28 18:10:39 +02:00
2017-01-09 10:42:21 +02:00
2017-02-22 09:19:22 +00:00
2016-12-20 13:06:11 +00:00
2016-11-21 11:15:05 +00:00