我正在尝试让 tvmet 与 VS2010 一起使用。我已经下载了 TvMet 源 ( http://tvmet.sourceforge.net/ ),在我的项目设置中包含了包含目录。然后我写
#include <tvmet/Matrix.h>
using namespace tvmet;
但我得到编译错误说 config.h 丢失。没关系。所以我从config文件夹复制config-vc71.h
到tvmet目录config.h
,但是我得到了错误
"Error 25 error C2244: 'tvmet::CommaInitializer<Obj,LEN>::operator ,' : unable to match function definition to an existing declaration"
这个错误是什么意思,我该如何解决?