some update.

This commit is contained in:
ykiko
2024-08-09 22:30:46 +08:00
parent 75cb74ca78
commit 939394927c
5 changed files with 275 additions and 602 deletions

View File

@@ -1,4 +1,11 @@
template<template<typename ...> typename T>
template<typename T>
struct X{
void foo(){};
};
template<>
void X<int>::foo(){
}