We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a check for CTLL_CNTTP_COMPILER_CHECK, which hasn't been defined yet.
#if CTLL_CNTTP_COMPILER_CHECK #define CTLL_FIXED_STRING ctll::fixed_string #else #define CTLL_FIXED_STRING const auto & #endif #endif #ifndef CTLL__TYPE_STACK__HPP #define CTLL__TYPE_STACK__HPP #ifndef CTLL__UTILITIES__HPP #define CTLL__UTILITIES__HPP #include <type_traits> #define CTLL_CNTTP_COMPILER_CHECK (__cpp_nontype_template_parameter_class || (__cpp_nontype_template_args >= 201911L) || (__cpp_nontype_template_args >= 201411L && __clang_major__ >= 12))
The text was updated successfully, but these errors were encountered:
In what version is the error?
Sorry, something went wrong.
The version released in April
95c6386
there is a clang warning called -Wundef that shows these mistakes
I would suggest using -Werror=undef
I think you might have already fixed it, I'll have to check later.
No branches or pull requests
There is a check for CTLL_CNTTP_COMPILER_CHECK, which hasn't been defined yet.
The text was updated successfully, but these errors were encountered: