Silver Chan
2095ae8858
fixed db_stress.cc build error (#5307)
Summary:
when building this file using Xcode 10.2.1 in MacOSX10.14, the compiler report this error:
`
rocksdb/tools/db_stress.cc:3613:33: error: implicit instantiation of
undefined template 'std::__1::array<std::__1::basic_string<char>, 10>'
std::array<std::string, 10> keys = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"};
/usr/include/c++/v1/__tuple:223:64: note:
template is declared here
template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array;
^
1 error generated.
`
if including array, this error will be fixed.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5307
Differential Revision: D15475217
Pulled By: sagar0
fbshipit-source-id: b04a7658c2ca2573157028863b3a80f5ab52b9de
2019-05-23 14:03:25 -07:00
..
2018-08-02 15:42:42 -07:00
2017-12-01 10:42:05 -08:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2018-04-12 17:59:16 -07:00
2019-04-18 10:55:01 -07:00
2016-09-28 11:53:15 -07:00
2019-02-19 12:15:39 -08:00
2019-05-16 20:21:18 -07:00
2017-07-15 16:11:23 -07:00
2019-05-09 13:18:00 -07:00
2018-11-09 11:19:58 -08:00
2017-07-15 16:11:23 -07:00
2019-05-23 14:03:25 -07:00
2017-08-03 15:56:46 -07:00
2015-05-22 16:03:39 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2018-08-09 14:29:11 -07:00
2019-03-25 13:23:11 -07:00
2019-04-16 23:32:20 -07:00
2019-04-18 10:55:01 -07:00
2018-08-09 14:29:11 -07:00
2018-04-12 17:59:16 -07:00
2017-08-03 15:56:46 -07:00
2018-07-13 17:27:39 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2015-06-19 16:24:36 -07:00
2019-03-18 12:15:34 -07:00
2019-01-03 11:23:49 -08:00
2019-03-18 12:15:34 -07:00
2018-04-12 17:59:16 -07:00
2019-02-14 14:41:36 -08:00
2019-03-14 20:03:01 -07:00
2018-11-12 08:26:50 -08:00
2018-08-13 11:44:02 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2019-04-18 10:55:01 -07:00
2018-02-09 14:12:43 -08:00