1
This commit is contained in:
churl
2022-05-09 18:08:13 +02:00
parent f57b8fef27
commit f3ea150650
2 changed files with 11 additions and 2 deletions

View File

@ -35,7 +35,7 @@ void CGA_Stream::flush() {
pos = 0;
}
// Alternative way to write the templates which keeps definition separated
// Alternative way to write the templates which keeps definition/declaration separated
// Usable for our case but somehow defeats the purpose of templates
// template<typename T>
// T& operator<<(T& os, const fgc& fg) {