Splitting intervals - Part 1
This will be a story on how to reduce repetitive code via variadic templates (hello modern C++ ;) ).
This will be a story on how to reduce repetitive code via variadic templates (hello modern C++ ;) ).
libc++
I listened to an older cppcast episode and it mentioned that the C++17 mathematical special functions are not yet included in llvm’s standard library libc++....
This blog post will discuss enabling a dual build configuration for C++20 modules: Either use old-school header includes (x)or import modules instead.
The output of git calls, e.g. git diff, can be improved. Instead of only showing changed lines it can highlight the parts of a line that actually changed. Se...
VSCode might freeze on a freshly installed Manjaro running XFCE whenever one opens a folder containing a git repository.