-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"cte_mapper_type" Not a class or namespace name #1400
Comments
@menghe0311 Do you have any details or can we close this issue? |
VS2019 MFC project adds "sqlite_orm.h" header file, error C2653 "cte_mapper_type" not a class or namespace name during compilation |
@menghe0311 Sorry mate, but this is not a proper issue report. Everything works on our side. |
@menghe0311 probably you need to update |
using colalias_index = The version I am using is already the latest version. Changing to the above format can work normally. In addition, some people have encountered the same problem with the closed issue. |
@menghe0311 Can you finally provide enough context and details such that someone can reproduce the error, please? Exact sqlite_orm version, exact Visual C++/msvc compiler version, build settings (compiler flags), compiler output, complete minimally reproducible test code. Thank you for your kind cooperation. |
Duplicate of #1343. |
My compiler version is Visual C++ 16.11 [msvc 1929]. Thanks
孟鹤
***@***.***
…------------------ 原始邮件 ------------------
发件人: "fnc12/sqlite_orm" ***@***.***>;
发送时间: 2025年2月19日(星期三) 下午3:44
***@***.***>;
***@***.******@***.***>;
主题: Re: [fnc12/sqlite_orm] "cte_mapper_type" Not a class or namespace name (Issue #1400)
Closed #1400 as completed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
template<class Moniker, class ColAlias, class DBOs, satisfies<is_db_objects, DBOs> = true>
constexpr decltype(auto) materialize_column_pointer(const DBOs&,
const column_pointer<Moniker, alias_holder>&) {
using table_type = storage_pick_table_t<Moniker, DBOs>;
using cte_mapper_type = cte_mapper_type_t<table_type>;
}
The text was updated successfully, but these errors were encountered: