-
### Package name
cppinsights
### Brief description of package
C++ Insights - See your source code with the eyes of a compiler
### URL for package's homepage
https://github.com/andreasfertig/cppin…
-
### Xmake Version
2.9.4
### Operating System Version and Architecture
NixOS
### Describe Bug
For other backend, they will copy `lua/*` to luarocks's lua path such as `~/.local/share/lua`.
Howeve…
-
[https://cppinsights.io/](https://cppinsights.io/)
ytgui updated
4 years ago
-
Currently, cppinsights is only one binary program.
Is it possible to provide a header file and a library?
TIA!
-
I try to make a test using two files as below
```
// b.h
#ifndef B_H_
#define B_H_
template
T Add(T t1, T t2){
T result = t1 + t2;
}
#endif
```
```
//main.cpp
#include
…
sshsu updated
11 months ago
-
Hi!
The idea is to provide (likely opt-in) switch to enable diagnostic of the following case: https://cppinsights.io/s/01568d5e.
Specifically I'm talking about implicit copy of `a` when calling `f…
-
C++
Fixed #:
5425233430109903
-
The current generated c file has wrong indentations. Running a code beautifier easily solves this issue, reveals the logic of the code, and makes the code nicer overall.
Related to https://github.c…
-
Great extension for Vs-code, is it possible or difficult to port this to visual studio 2019 2022.
Thank you in advance
-
Hi,
I built the image , now what is the port I need to configure in order to run the docker ?
I move the image to offline enviorment with internet.
Is the correct way to built cppinsight in my o…