PoetaKodu / VSModulesTesting

A testing repository for VS implementation of modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Modules Testing

Some projects used for reporting errors in Visual Studio C++20 modules implementation.

Project list

  • AutoRetFromTemplate
    Brief description: Intellisense doesn't work when exported function template uses auto return type.
    Tested on: Visual Studio 2022 17.2.0 Preview 5.0
    Ticket: Developer Community Link
    Overview:
    Auto doesn't work
    Video overview: YouTube Link

  • NlohmannJson
    Brief description: nlohmann/json (downloaded include folder at tag v3.10.5) causes ICE when imported with C++20 modules. Error info: error MSB6006: "CL.exe" exited with code -1073741571
    Tested on: Visual Studio 2022 17.2.0 Preview 5.0
    Ticket: Developer Community Link
    Overview: NlohmannJson

// More on the way

About

A testing repository for VS implementation of modules

License:MIT License


Languages

Language:C++ 100.0%