Problems generating reproducer files

Hello @michael.jabbour

yes, I use the azure-pipelines.yml and there the extraProperties in the prepare task to be as near as possible to our regular work flow for reproduction.

ok, I was asked from your colleague to generate a reproducer. As usual I specified everything in the YAML pipeline, and there it is safer to encapsulate file paths which might contain whitespaces with ’ or ".

This was already addressed by @ganncamp, see her note in cpp:S3470 for overloading std::hash - #12 by ganncamp

The reproducer was uploaded in cpp:S3470 for overloading std::hash - #11 by milbrandt and Together with @JolyLoic we learned more on caveats of the C++ standard.

1 Like