container of container of incomplete type: UB or ok?just to rephrase i meant the incomplete type is only incomplete at the instantiation of the pair & v...
container of container of incomplete type: UB or ok?so usually you cant instantiate a std::pair with an incomplete type like so: [code] class incomplete...
vector of incomplete type UB still?So i think i've found the answer here https://en.cppreference.com/w/cpp/container/vector [quote]This...
vector of incomplete type UB still?Hi, i read this article https://www.drdobbs.com/the-standard-librarian-containers-of-inc/184403814 t...
Trying to create a serialization macroHi, I am trying to come up with a simple & generic way to serialize my structs. I would like someth...
This user does not accept Private Messages