Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for __SUNPRO_CC (0.51 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h.pump

    // hack bypasses the bug by declaring the members that should otherwise be
    // private as public.
    // Sun Studio versions < 12 also have the above bug.
    #if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590)
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ public:
    #else
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ \
        template <GTEST_$(n)_TYPENAMES_(U)> friend class tuple; \
       private:
    #endif
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h.pump

    // hack bypasses the bug by declaring the members that should otherwise be
    // private as public.
    // Sun Studio versions < 12 also have the above bug.
    #if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590)
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ public:
    #else
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ \
        template <GTEST_$(n)_TYPENAMES_(U)> friend class tuple; \
       private:
    #endif
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

    // hack bypasses the bug by declaring the members that should otherwise be
    // private as public.
    // Sun Studio versions < 12 also have the above bug.
    #if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590)
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ public:
    #else
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ \
        template <GTEST_10_TYPENAMES_(U)> friend class tuple; \
       private:
    #endif
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

    // hack bypasses the bug by declaring the members that should otherwise be
    // private as public.
    // Sun Studio versions < 12 also have the above bug.
    #if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590)
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ public:
    #else
    # define GTEST_DECLARE_TUPLE_AS_FRIEND_ \
        template <GTEST_10_TYPENAMES_(U)> friend class tuple; \
       private:
    #endif
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    # elif defined(__GNUC__) && __EXCEPTIONS
    // gcc defines __EXCEPTIONS to 1 iff exceptions are enabled.
    #  define GTEST_HAS_EXCEPTIONS 1
    # elif defined(__SUNPRO_CC)
    // Sun Pro CC supports exceptions.  However, there is no compile-time way of
    // detecting whether they are enabled or not.  Therefore, we assume that
    // they are enabled unless the user tells us otherwise.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    # elif defined(__GNUC__) && __EXCEPTIONS
    // gcc defines __EXCEPTIONS to 1 iff exceptions are enabled.
    #  define GTEST_HAS_EXCEPTIONS 1
    # elif defined(__SUNPRO_CC)
    // Sun Pro CC supports exceptions.  However, there is no compile-time way of
    // detecting whether they are enabled or not.  Therefore, we assume that
    // they are enabled unless the user tells us otherwise.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top