docopt / docopt.cpp

C++11 port of docopt
Boost Software License 1.0
1.04k stars 146 forks source link

Segfault in linked exes after building Debug on Windows #113

Open aeoncleanse opened 5 years ago

aeoncleanse commented 5 years ago

Executables linked to Debug docopt segfault when run. This has only been encountered on Windows 10 using Visual Studio 2019 libs/headers and clang-cl as the compiler.

gonidelis commented 1 year ago

Any news on that?