Thank you very much for putting this together! It has been very useful. I was wondering if I could have some guidance on the following two things
- I can't seem to include the `<print>` header even though cppreference seems to suggest that it should have been implemented by the version of gcc used
- I want to experiment with third-party libraries like boost, what would be the easiest way of going about this?
Updated. Note that if you are already using the template, update to the latest version. There were a couple of changes that made debugging a lot better.
Thank you very much for putting this together! It has been very useful. I was wondering if I could have some guidance on the following two things
- I can't seem to include the `<print>` header even though cppreference seems to suggest that it should have been implemented by the version of gcc used
- I want to experiment with third-party libraries like boost, what would be the easiest way of going about this?
I think this was built just before support for <print> landed in the repository for GCC.
You would need to re-build the image: https://github.com/HappyCerberus/devenv-trunk
To get a new version of GCC, you would have to change the commit hash at the top and you could also bump the LLVM version to 18.
Thanks for sharing the build .Please do add some examples for debugging
Updated. Note that if you are already using the template, update to the latest version. There were a couple of changes that made debugging a lot better.