vcl_complex_fwd.h

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· C头文件 代码 · 共 17 行

H
17
字号
//-*- c++ -*-------------------------------------------------------------------
#ifndef vcl_complex_fwd_h_
#define vcl_complex_fwd_h_

// This used to forward declare the std::complex classes. However,
// this created a mess on a number of compilers because they
// used internal magic to implement it. Since <complex_fwd> is
// not a C++ standard header file, this forwarding declaration
// file no longer forward declares. It is now equivalent to including
// vcl_complex.h, which is what you should've been doing in the
// first place.
//  -- Amitha Perera

#include "vcl_complex.h"

#endif // vcl_complex_fwd_h_

⌨️ 快捷键说明

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