修改一些

This commit is contained in:
2026-08-18 11:09:48 +08:00
parent 182fa2232a
commit 704a6f02ff
36 changed files with 235 additions and 261 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#pragma once
template <class Implementation>
template <class Implementation, class State = void>
struct With_Attached_Impl {};