readme

来自「InsightToolkit-1.4.0(有大量的优化算法程序)」· 代码 · 共 25 行

TXT
25
字号
This directory is for compilers that are ISO. Thus
if your compiler is compliant you can do

(in vcl_blah.h)

#ifdef VCL_MY_COMPILER
# include "iso/vcl_blah.h"
#elif ... other compilers
...
#endif

If you try this and it doesn't work, then your 
compiler is not ISO and you are not allowed to
modify the files in this directory to make them
work with your non-ISO compiler.

If you find that vcl/iso/vcl_blah.h is *almost*
right for your compiler, you may #include it and
then fix a few things afterwards (or before).

All of the .h files in this directory should look like this:
  #include <blah>
  #define vcl_generic_blah_STD std
  #include "../generic/vcl_blah.h"

⌨️ 快捷键说明

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