Matt Newport

Results 9 comments of Matt Newport
trafficstars

I can't get this to work with `dotnet build` either. I'm able to get it to work if I create a .net Framework project but I'm unable to get it...

I'm hitting this issue as well when trying to update an Azure VM remotely. Any updates on this one?

I ran into this problem as well. I was trying to get the type provider working in Visual Studio 2022 so I don't think netstandard2.1 is the right target as...

Recent versions of GCC now have pretty much complete support for C++20, both core language and libraries. Is there anything holding back updating to C++20 at this point? It would...

@vaeng a year seems a long time to wait given that there are a number of other C++20 features available in GCC 10 that would be quite useful - ranges...

@vaeng Ok, I realize now that I can set `CXX_STANDARD 23` in `CMakeLists.txt` and add it to my `config.json` under `files -> solution` and submit that and it will mostly...

@IsaacG I don't really see the relevance of your concern here? We're not talking about anyone's code stopping working because someone wanted to use language or library features from newer...

Just to summarize the current situation as I understand it: - Exercism is using GCC 12.2.1 to compile C++ solutions (this is what my logging code printed out when I...

Did anything ever get written up for this? I'm trying to understand the opcode format as well and having some documentation would be helpful.