Explorar el Código

Fix C++11 build.

PiperOrigin-RevId: 308839805
main
Victor Costan hace 4 años
padre
commit
23d67e7c1f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      db/skiplist_test.cc

+ 3
- 0
db/skiplist_test.cc Ver fichero

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

Cargando…
Cancelar
Guardar