On 17/08/2022 12:42, Aaron Gray via Gcc wrote:
Hi,
I am looking for the original ConceptGCC source code, the
https://www.generic-programming.org/software/ConceptGCC/download.html has
all broken links and the SVN is gone.
Is this available on GCC git or SVN ?
Also I am wondering if the original concepts-lite code is available too
anywhere please ?
Also any pointers to the documentation for the current implementation ?
Regards,
Aaron
Not withstanding what others have already said, the various concepts
branches are still in the git repository, but aren't in the standard
pull set. You can use git fetch to explicitly pull them:
d743a72b52bcfaa1effd7fabe542c05a30609614 refs/dead/heads/c++-concepts
780065c813a72664bd46a354a2d26087464c74fc
refs/dead/heads/conceptgcc-branch
ce85971fd96e12d0d6675ecbc46c9a1884df766c
refs/dead/heads/cxx0x-concepts-branch
14d4dad929a01ff7179350f0251af752c3125d74
refs/deleted/r131428/heads/cxx0x-concepts-branch
I haven't looked as to which is most likely to be relevant.
R.
PS, note that these branches may not appear in some mirrors if they only
mirror the default refs/heads set.