result icon indicating copy to clipboard operation
result copied to clipboard

Fix for issue 17: rename `concept` to `concepts` to fix clash with C++20 keyword

Open willowell opened this issue 4 years ago • 3 comments

#17

willowell avatar May 09 '20 18:05 willowell

Hi, is there any plans to merge this branch ?

elmajime avatar Feb 07 '22 14:02 elmajime

@elmajime Hi there,

Please note that oktal gave this an open source license, so you (or I!) can fork this repository and apply the fix.

My fix is obviously trivial enough that you can do it yourself :-)

This also does not preclude giving back via a PR across forks.

willowell avatar Feb 07 '22 17:02 willowell

@oktal this is becoming more of an issue. https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html#c-20-feature-support is also problematic, as it provides: C++20 Feature Support.

Can we go ahead and merge this into mainline? Thanks in advance.

LuisFilipeDias avatar Mar 30 '23 13:03 LuisFilipeDias