Skip to content

Conversation

@SergioRZMasson
Copy link
Contributor

Updated to C++ 20.

@bghgary bghgary requested a review from Copilot February 12, 2026 19:59
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the codebase from C++17 to C++20 standard, removing legacy Visual Studio and Android project files in favor of CMake-only builds, and eliminating an Android NDK workaround for string_view that is no longer needed.

Changes:

  • Updated CMAKE_CXX_STANDARD from 17 to 20 in CMakeLists.txt
  • Updated README documentation to reflect C++20 compiler requirements
  • Removed obsolete Visual Studio (.vcxproj) and shared items (.vcxitems) files for Windows and Android platforms
  • Removed Android NDK experimental string_view workaround since C++17+ provides standard string_view

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
CMakeLists.txt Updated C++ standard from 17 to 20
README.md Updated minimum compiler version requirements for C++20
Source/Shared/arcana/string.h Removed Android NDK workaround for experimental::string_view
Source/Windows/Arcana.Windows.vcxproj Deleted legacy Visual Studio project file (C++17 build configuration)
Source/Windows/Arcana.Windows.Reference.vcxitems Deleted legacy shared items file
Source/Shared/Arcana.vcxitems Deleted legacy shared items file
Source/Android/Arcana.Android.vcxproj Deleted legacy Android project file (C++17 build configuration)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bghgary bghgary enabled auto-merge (squash) February 12, 2026 20:12
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
auto-merge was automatically disabled February 12, 2026 20:12

Head branch was pushed to by a user without write access

@bghgary bghgary merged commit 7c6be8a into microsoft:master Feb 12, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants