Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen
Hi, This is the case when a test is run with `--benchmark_repetitions=X` in which case I suppose the value to use would be the mean or median
I fail to reproduce the issue. For future reference here is the sample I used ``` #include #include #include #include #include #include #include #include #include #define FOLDER "\\madamemichu\\Documents\\SharedLoutre\\" int main()...
This is because you have to inhibit the '\' special meaning in most languages using another backslash. In the resulting string, there will be only 1 backslash
Oops, sorry about the confusion then :) You're making a good point about the path being invalid, however I don't understand how the linked patch would change their handling... I...
Could you provide a stacktrace and/or a simple test application ?
`4e22669` has been merged
> Are we sure that: > > * No required files are generated at build time > * This doesn't impede the capacity of codeql to analyze some of our...
Hello :wave: As 7.52 was released, I believe this can be merged! Thanks for opening it in advance :pray:
also just double checking, is it intended that the target branch is `7.50.x` and not `main`?