소스 검색

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) {

불러오는 중...
취소
저장