Unable to deduce type in template metaprogram using concepts #8132
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Visual Studio
Inherited from Visual Studio
Milestone
Bug type: Language Service
The Issue
Intellisense unable to deduce member type of constrained template (via c++20 concepts).
The following code encapsulates the error, important lines have a comment preceding them:
Expected Behavior
'Type0' should deduce to 'Bundle', and therefor the line after should not have a red squiggle.
System Used
c_cpp_properties.json
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/bin/clang++",
"cStandard": "c11",
"intelliSenseMode": "linux-clang-x64",
"cppStandard": "c++20"
}
],
"version": 4
}
The text was updated successfully, but these errors were encountered: