瀏覽代碼

Fix C++11 build.

PiperOrigin-RevId: 308839805
main
Victor Costan 4 年之前
父節點
當前提交
23d67e7c1f
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      db/skiplist_test.cc

+ 3
- 0
db/skiplist_test.cc 查看文件

@ -281,6 +281,9 @@ class ConcurrentTest {
}
};
// Needed when building in C++11 mode.
constexpr uint32_t ConcurrentTest::K;
// Simple test that does single-threaded testing of the ConcurrentTest
// scaffolding.
TEST(SkipTest, ConcurrentWithoutThreads) {

Loading…
取消
儲存