-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Boost headers #263
Comments
Hello @pgroke-dt, that is an interesting enhancement. I totally see the benefit. However, I also see the increased maintenance that comes with it. I have to think about the long-time implications a bit more. Andreas |
I think it would be nice to have it. But I completely understand if you decide it's too much work :) |
Great, thank you! I understand that for some reasons it would be great in Compiler Explorer. For the moment I like it as it is. I think with the current way users can get more context about what C++ Insights is and does. Plus issues reports get straight to me. Andreas |
It would not necessarily have to be a feature hosted on godbolt.org. I was just thinking since Compiler Explorer is open source it could be possible to maybe use its container deployment scripts or something. IDK how reusable that stuff it, but if it is it would be great because there's a ton of libraries available on Compiler Explorer. Anyway, it was just an idea. I of course respect if you don't like it for whatever reasons :) |
I bumped into this issue recently. Any update on plans for availability of Boost libraries within cppinsights? |
Hello @pgroke-dt, after a very long time, sorry about that, I finally decided to add support for boost (andreasfertig/cppinsights-container@0fc69e3). The current version information can be found here: https://cppinsights.io/version. Right now boost 1_83_0 is used. Andreas |
Hi @andreasfertig , thanks so much for implementing this! :) I'm sure it will come in handy. Paul |
Hi,
having Boost headers available would be good. Boost contains many libraries that feature entirely non-trivial code. Having a tool like cppinsights available that can help answer questions like which conversions are invoked, which overloads are being selected etc. would be nice.
Of course the ideal solution would be something like Matt Godbolt's awsome Compiler Explorer has where you can select which version of which library you need. But a recent-ish Boost version would already be an improvement :)
The text was updated successfully, but these errors were encountered: