代码搜索:STLP
找到约 652 项符合「STLP」的源代码
代码结果 652
www.eeworm.com/read/282766/4087594
h _hpux.h
#ifndef __stl_config__hpux_h
#define __stl_config__hpux_h
#define _STLP_PLATFORM "HP Unix"
#ifdef __GNUC__
# define _STLP_NO_WCHAR_T
# define _STLP_NO_LONG_DOUBLE
#endif
#endif /* __stl
www.eeworm.com/read/317951/3573366
h iostream.h
using _STLP_OLD_IO_NAMESPACE::istream;
using _STLP_OLD_IO_NAMESPACE::ostream;
/* HP aCC include files re-define these when THREAD_SAFE */
#if !defined(cin)
using _STLP_OLD_IO_NAMESPACE::cin;
#e