Explorar el Código

Removed a misplaced header, ficed header order

tagfs
Ludovic 'Archivist' Lagouardette hace 3 años
padre
commit
63cad9d926
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      tests.cpp

+ 3
- 3
tests.cpp Ver fichero

@ -1,15 +1,15 @@
#include "gp_config.hpp"
#include "test_scaffold.h"
#include "allocator.hpp"
#include "gp_config.hpp"
#include "meta_test.cpp"
#include "gp_test.cpp"
#include "bloomfilter.cpp"
#include "quotient_filter.cpp"
#include "math.cpp"
#include "pair_test.cpp"
#include <iostream>
#include &#34;gp/concepts.hpp";
#include &lt;iostream>;
alignas(2048) gp::array<char, 4096> static_mapper::store;
gp::buddy<> static_mapper::impl = gp::buddy<>{store.begin().data, store.size()};

Cargando…
Cancelar
Guardar