1 2 3 4 5 6 7
#pragma once #ifdef SNMALLOC_USE_SELF_VENDORED_STL # include "snmalloc/stl/gnu/utility.h" #else # include "snmalloc/stl/cxx/utility.h" #endif