[replxx] Add missing header <stdexcept> needed to name std::runtime_error for replxx.#11571
Conversation
…rror for replxx. Already applied upstream as https://github.com/BillyONeal/replxx/commit/723d9c84869511dfb5e63f5c3d3372ac38114713
|
This stdexcept header issue with 16.6 is propagating in many ports. See also #11557 |
|
@cenit Sorry-not-sorry :) microsoft/STL#462 / microsoft/STL#482 |
|
it's perfectly fine. In a perfect world, you'd be testing also preview compilers here on vcpkg-CI, but I am sure you're already thinking about that! |
We are supposed to be doing that but: (1) changes made to previews lock up ~3 months before you have a release in your hands; you can see that change was made in February but we're only seeing 16.6 out now. Something for me to investigate soon with compiler folks. |
Already applied upstream as AmokHuginnsson/replxx@723d9c8