David Hunter
David Hunter
In general should I expect to be able to use the range-v3 stuff with ranges from a standard library? My particular interest is in using things like the to from...
Thanks for the quick reply. I did find https://github.com/cor3ntin/rangesnext which looks perfect, just new proposed stuff for C++23.
The document here seems quite related to this dicussion so https://www.reedbeta.com/blog/ranges-compatible-containers/
Just to clarify. I am using the cmake by running it on the command line to generate the VS solution file and projects. In this case the header file do...
My understanding is that target_include_directories only adds the directory to the command line, normally using a -I flag. I don't think it has any effect on the visibility of those...
There are really two issues. 1) The header files don't appear in Visal Studio at all when you generate the solution/project files 2) Even if you add them, via CMake...
The change does not mean you get itellisense but at least you can see the files. You can switch the "Map extensionless files" to be C++ but that has a...
OK I'll look at the issues, I assume you mean users of being able to use rather than package.config. BTW I would suggest that you target .NET Core 6 which...
Yes I had already looked at the script. Given the script and the manipulation of the csproj file which is obviously very different in and SDK style project are you...
BTW I do have a local version that implements this let me know if you want to take a look as a PR