Martin Moene
Martin Moene
Ok, here's a copy of [VS6Installer4.4.zip](https://www.dropbox.com/s/faun6p1lin9s2ga/VS6Installer4.4.zip?raw=1).
Hi, I'd like to suggest to bring it to the attention of the author of [Visual Studio 6.0 Installer](http://nuke.vbcorner.net/Articles/VB60/VisualStudio6Installer/tabid/93/language/en-US/Default.aspx), Giorgio Brausi. cheers, Martin
Hi Alain, In the About of the Visual Studio 6.0 Installer, Giorgio Brausi explicitly states: > Post any questions in the VBCorner Forum. > Please don't contact me directly. For...
Thank you @anzz1 ! I've added section [Fix resource editor](https://github.com/martinmoene/martin-moene.blogspot.com/tree/master/How%20to%20install%20Visual%20Studio%206%20on%20Windows%208.1#fixre) to [How to install Visual Studio 6 on Windows 8.1](https://github.com/martinmoene/martin-moene.blogspot.com/tree/master/How%20to%20install%20Visual%20Studio%206%20on%20Windows%208.1) which refers the reader to this guide.
Hi @Kazade The code for `exception_ptr` is also available from [exception_ptr_lite.hpp](https://github.com/martinmoene/spike-expected/blob/master/exception_ptr_lite.hpp) as part of repo [Spike-excpected](). That repo uses the [Boost license](http://www.boost.org/users/license.html). That version does (partly) support `current_exception()`. Regards, Martin
Yet I think the mechanism for selection of std::in_place or non::std in_place in nonstd::any, optional, variant and value_ptr can be inproved in the face of C++17 and later.
See also [Provide nonstd::in_place separately from std::any and ilk](https://github.com/martinmoene/nonstd-lite-project/issues/21).
On [Compiler Explorer](https://godbolt.org/z/nWo674osf): - MSVC v19.latest: `-O2 -W4 -WX -Dnsel_CONFIG_SELECT_EXPECTED=nsel_EXPECTED_NONSTD`: C4702: unreachable code. - clang 18.1.0: `-O2 -Wall -Wunreachable-code-aggressive -Dnsel_CONFIG_SELECT_EXPECTED=nsel_EXPECTED_NONSTD`: no warning. I'm not sure what to think of MSVC's...
Thanks for your helpful thoughts to advance this issue.