Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hsutter/cppfront
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed Oct 10, 2024
2 parents 41cefd9 + 51d0f56 commit 27607e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cpp2util.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ constexpr auto gcc_clang_msvc_min_versions(
}


#if defined(_MSC_VER)
#if defined(_MSC_VER) && !defined(__clang_major__)
// MSVC can't handle 'inline constexpr' variables yet in all cases
#define CPP2_CONSTEXPR const
#else
Expand Down

0 comments on commit 27607e5

Please sign in to comment.