Skip to content

Commit

Permalink
Merge regex metafunction into cpp2::meta namespace
Browse files Browse the repository at this point in the history
The run-time support library stays in `cpp2util.h` and can use the `cpp2::regex::` subnamespace there

The compile-time parts stay in `reflect.h2` and use the `cpp2::meta::` namespace there

Eventually this can be generalized for user-written metafunctions when those are supported, but for right now this keeps things consistent for the metafunctions supplied in-the-box with cppfront
  • Loading branch information
hsutter committed Aug 10, 2024
1 parent 8d69ce2 commit 0260d44
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 383 deletions.
Loading

0 comments on commit 0260d44

Please sign in to comment.