some update.

This commit is contained in:
ykiko
2024-08-09 13:43:54 +08:00
parent ac1a6b47a1
commit 75cb74ca78
12 changed files with 680 additions and 153 deletions

View File

@@ -1,7 +1,4 @@
#include <cstdio>
template<template<typename ...> typename T>
struct X{
struct X {};
struct Y {
int x = 1;
};
};