1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-10-31 20:16:07 +00:00

Add TODO.

This commit is contained in:
Thomas Harte
2025-10-19 19:28:38 -04:00
parent fddc9c8c48
commit 24fcbea6f2

View File

@@ -224,7 +224,8 @@ private:
int resume_point_ = FetchDecodeExecuteResumePoint;
};
template <Model model> class Processor;
// TODO: concept to explain and verify Traits.
template <Model model, typename Traits> class Processor;
// MARK: - Implementations.