1
0

fix: fix clang compile error

- fix the include of stacktrace error.
- fix env include issues.
- fix wrong include for libcxx enumerate patch.
- fix libcxx enumerate patch build issue.
- re-add default move and copy ctor for tabulate class.
- remove const decorator for clap manual member to resolve default ctor error.
This commit is contained in:
2025-12-20 22:32:18 +08:00
parent b8f794a879
commit 9ce1608be0
7 changed files with 93 additions and 229 deletions

View File

@@ -113,7 +113,7 @@ namespace yycc::carton::tabulate {
*/
Tabulate(size_t n);
~Tabulate();
YYCC_DELETE_COPY_MOVE(Tabulate)
YYCC_DEFAULT_COPY_MOVE(Tabulate)
public:
/**