cmake HAVE_STD_MAP_EMPLACE examples

fluent/fluent-bit lib/nghttp2-1.65.0/CMakeLists.txt :164

check_cxx_source_compiles("
  #include <map>
  int main() { std::map<int, int>().emplace(1, 2); }" HAVE_STD_MAP_EMPLACE)