Home | History | Annotate | Download | only in ceres-solver

Lines Matching full:unordered_map

458 CHECK_INCLUDE_FILE_CXX(unordered_map HAVE_STD_UNORDERED_MAP_HEADER)
460 # Finding the unordered_map header doesn't mean that unordered_map
463 # In particular, MSVC 2008 has unordered_map declared in std::tr1.
467 CHECK_CXX_SOURCE_COMPILES("#include <unordered_map>
469 std::unordered_map<int, int> map;
475 MESSAGE("-- Found unordered_map/set in std namespace.")
477 CHECK_CXX_SOURCE_COMPILES("#include <unordered_map>
479 std::tr1::unordered_map<int, int> map;
485 MESSAGE("-- Found unordered_map/set in std::tr1 namespace.")
487 MESSAGE("-- Found <unordered_map> but cannot find either std::unordered_map "
488 "or std::tr1::unordered_map.")
489 MESSAGE("-- Replacing unordered_map/set with map/set (warning: slower!)")
494 CHECK_INCLUDE_FILE_CXX("tr1/unordered_map" HAVE_TR1_UNORDERED_MAP_HEADER)
497 MESSAGE("-- Found tr1/unordered_map/set in std::tr1 namespace.")
499 MESSAGE("-- Unable to find <unordered_map> or <tr1/unordered_map>. ")
500 MESSAGE("-- Replacing unordered_map/set with map/set (warning: slower!)")