⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msl.h

📁 彩信浏览器
💻 H
字号:
//  (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: msl.h,v 1.1 2003/11/24 12:18:05 kleanthis Exp $  *///  Metrowerks standard library:#ifndef __MSL_CPP__#  include <utility>#  ifndef __MSL_CPP__#     error This is not the MSL standard library!#  endif#endif#if __MSL_CPP__ >= 0x6000  // Pro 6#  define AMBULANT_HAS_HASH#  define AMBULANT_STD_EXTENSION_NAMESPACE Metrowerks#endif#define AMBULANT_HAS_SLIST#if __MSL_CPP__ < 0x6209#  define AMBULANT_NO_STD_MESSAGES#endif// check C lib version for <stdint.h>#include <cstddef>#if defined(__MSL__) && (__MSL__ >= 0x5000)#  define AMBULANT_HAS_STDINT_H#  define AMBULANT_HAS_UNISTD_H   // boilerplate code:#  include <ambulant/config/posix_features.h>#endif#if _MWMT#  define AMBULANT_HAS_THREADS#endif#define AMBULANT_STDLIB "Metrowerks Standard Library version " AMBULANT_STRINGIZE(__MSL_CPP__)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -