-
Notifications
You must be signed in to change notification settings - Fork 13
Description
@SeptemberDay
添加源文件后,编译出现下面的错误:
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(328): error C2989: “sqlite_tool::column_constraint_utility”: 类 模板 已经声明为非类 模板
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(319): note: 参见“sqlite_tool::column_constraint_utility”的声明
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(328): error C2988: 不可识别的模板声明/定义
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(328): error C2059: 语法错误:“<”
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(328): error C2143: 语法错误: 缺少“;”(在“{”的前面)
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(328): error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(342): error C2989: “sqlite_tool::column_constraint_utility”: 类 模板 已经声明为非类 模板
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(328): note: 参见“sqlite_tool::column_constraint_utility”的声明
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(342): error C2988: 不可识别的模板声明/定义
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(342): error C2059: 语法错误:“<”
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(342): error C2143: 语法错误: 缺少“;”(在“{”的前面)
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(342): error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(356): error C2989: “sqlite_tool::column_constraint_utility”: 类 模板 已经声明为非类 模板
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(342): note: 参见“sqlite_tool::column_constraint_utility”的声明
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(356): error C2988: 不可识别的模板声明/定义
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(356): error C2059: 语法错误:“<”
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(356): error C2143: 语法错误: 缺少“;”(在“{”的前面)
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(356): error C2447: “{”: 缺少函数标题(是否是老式的形式表?)
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(370): error C2989: “sqlite_tool::column_constraint_utility”: 类 模板 已经声明为非类 模板
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(356): note: 参见“sqlite_tool::column_constraint_utility”的声明
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(370): error C2988: 不可识别的模板声明/定义
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(370): error C2059: 语法错误:“<”
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(370): error C2143: 语法错误: 缺少“;”(在“{”的前面)
1>d:\vs2017\source\sqlitetest\sqlitetest\sqlite_tool.hpp(370): error C2447: “{”: 缺少函数标题(是否是老式的形式表?)