代码搜索:STLP

找到约 652 项符合「STLP」的源代码

代码结果 652
www.eeworm.com/read/351418/3107955

h _como.h

// STLport configuration file // It is internal STLport header - DO NOT include it directly #define _STLP_COMPILER "Comeau" #include #define _STLP_UINT32_T u
www.eeworm.com/read/411488/2187261

h compat.h

/* * Compatibility section * This section sets new-style macros based on old-style ones, for compatibility */ #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG) # define _STLP_DEBUG __STL_DEBUG
www.eeworm.com/read/411488/2187391

h _iosfwd.h

#ifndef _STLP_INTERNAL_IOSFWD #define _STLP_INTERNAL_IOSFWD #if defined (__sgi) && !defined (__GNUC__) && !defined (_STANDARD_C_PLUS_PLUS) # error This header file requires the -LANG:std option #end
www.eeworm.com/read/392773/2490850

h compat.h

/* * Compatibility section * This section sets new-style macros based on old-style ones, for compatibility */ #if defined (__STL_DEBUG) && !defined (_STLP_DEBUG) # define _STLP_DEBUG __STL_DEBUG
www.eeworm.com/read/392773/2490979

h _iosfwd.h

#ifndef _STLP_INTERNAL_IOSFWD #define _STLP_INTERNAL_IOSFWD #if defined (__sgi) && !defined (__GNUC__) && !defined (_STANDARD_C_PLUS_PLUS) # error This header file requires the -LANG:std option #end
www.eeworm.com/read/200186/15438673

cpp main.cpp

#include #include #include "PatchI.h" #include #if !defined(NDEBUG) && !defined(_STLP_DEBUG) # define _STLP_DEBUG #endif ///////////////////////////
www.eeworm.com/read/420704/10780138

h message_facets.h

/* * Copyright (c) 1999 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expressed
www.eeworm.com/read/411488/2187865

cpp resolve_name.cpp

#define _STLP_DO_IMPORT_CSTD_FUNCTIONS #include #if !defined (STLPORT) || defined (_STLP_USE_NAMESPACES) namespace NS1 { bool f() { double d( 1.0 ); d = sqrt( d ); d = ::sqrt( d );
www.eeworm.com/read/392773/2491443

cpp resolve_name.cpp

#define _STLP_DO_IMPORT_CSTD_FUNCTIONS #include #if !defined (STLPORT) || defined (_STLP_USE_NAMESPACES) namespace NS1 { bool f() { double d( 1.0 ); d = sqrt( d ); d = ::sqrt( d );
www.eeworm.com/read/168845/5433377

cpp link_test.cpp

// (C) Copyright John Maddock 2003. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http