00001 #ifndef GALOIS_C__11_COMPAT_VECTOR_H 00002 #define GALOIS_C__11_COMPAT_VECTOR_H 00003 00004 #include <vector> 00005 #define GALOIS_CXX11_VECTOR_HAS_NO_EMPLACE 00006 00007 #endif