Lines Matching refs:tr1
37 # SHARED_PTR_TR1_MEMORY_HEADER: True if <tr1/memory> header is to be used
39 # SHARED_PTR_TR1_NAMESPACE: TRUE if shared_ptr is defined in std::tr1 namespace,
49 # In particular, MSVC 2008 has shared_ptr declared in std::tr1. In
66 std::tr1::shared_ptr<int> int_ptr;
71 MESSAGE("-- Found shared_ptr in std::tr1 namespace using <memory> header.")
79 # Further, gcc defines shared_ptr in std::tr1 namespace and
80 # <tr1/memory> is to be included for this. And what makes things
83 CHECK_INCLUDE_FILE_CXX("tr1/memory" HAVE_TR1_MEMORY_HEADER)
85 CHECK_CXX_SOURCE_COMPILES("#include <tr1/memory>
87 std::tr1::shared_ptr<int> int_ptr;
92 MESSAGE("-- Found shared_ptr in std::tr1 namespace using <tr1/memory> header.")