Caleb Adrian

Results 2 issues of Caleb Adrian

Currently, the following code fails to compile: ```cpp template bool foo() { return X == Y; } int main() { foo(); ASSERT(foo()); } ``` This code can be seen in...

enhancement
backlog

### Brief Issue Summary Installing the `CMake Tools` extension automatically installs `CMake`[^1]. Unfortunately this conflicts with the `CMake Language Support`[^2] extension in that VS Code will use `CMake` to perform...

enhancement