Relative Content

Tag Archive for c++ctemplatesgenerics

Struct redefinition in C

I was trying to remake some generic containers from c++’s STL but in C.
For instance, this std::pair implementation works in C23: