📄 config.h
字号:
#ifndef _CORE_CONFIG_H_#define _CORE_CONFIG_H_// disable debug//#define CORE_DISABLE_DEBUG// disable inline functions//#define CORE_DISABLE_INLINE// disable memory pool//#define CORE_DISABLE_MEMPOOL// debug reference counting//#define CORE_RC_DEBUG 1#include <CGAL/auto_link/CORE.h>#include <CGAL/auto_link/GMP.h>#include <CGAL/auto_link/MPFR.h>#endif // _CORE_CONFIG_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -