libcomo.h
来自「彩信浏览器」· C头文件 代码 · 共 40 行
H
40 行
// (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and// distribute this software is granted provided this copyright notice appears// in all copies. This software is provided "as is" without express or implied// warranty, and with no claim as to its suitability for any purpose.// See http://www.boost.org for most recent version./* * @$Id: libcomo.h,v 1.1 2003/11/24 12:18:05 kleanthis Exp $ */// Commeau STL:#if !defined(__LIBCOMO__)# include <utility># if !defined(__LIBCOMO__)# error "This is not the Comeau STL!"# endif#endif//// std::streambuf<wchar_t> is non-standard://#if __LIBCOMO_VERSION__ <= 22# define AMBULANT_NO_STD_WSTREAMBUF#endif//// Intrinsic type_traits support.// The SGI STL has it's own __type_traits class, which// has intrinsic compiler support with SGI's compilers.// Whatever map SGI style type traits to boost equivalents://#define AMBULANT_HAS_SGI_TYPE_TRAITS#define AMBULANT_STDLIB "Commeau standard library" AMBULANT_STRINGIZE(__LIBCOMO_VERSION__)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?