Extra-Creativity

Results 5 issues of Extra-Creativity

**Bug category** I don't know whether it's a warning or an error. - [x] *bug - runtime error* - [ ] *bug - runtime warning* **Describe the bug** In Windows...

bug - runtime error
bug - runtime warning

I notice [issue 296](https://github.com/hanickadot/compile-time-regular-expressions/issues/296), and add anchors on regex. Though it's stupid because it definitely won't split anything, it may be expected to be an empty range instead of an...

### Xmake Version 2.9.1 ### Operating System Version and Architecture Windows11 23H2 ### Describe Bug When I use `xrepo` in anaconda prompt, it gives error `@set XMAKE_PROMPT_BACKUP=(base) $P$G`. I guess...

bug

The macro here (https://github.com/hanickadot/compile-time-regular-expressions/blob/main/include/ctre/return_type.hpp#L552) has a `#ifndef __EDG__`, but Microsoft intellisense (Visual Studio or VSCode extensions) uses EDG Frontend, so false squiggles will appear though compilation passes. When I remove...