Accessing an enum value in a nested templated class in C++03
I have the unfortunate task in 2024 of adding some code to a codebase that needs to be used in a C++03
setting – where unfortunately the original class myclass
can’t be changed.
I have the unfortunate task in 2024 of adding some code to a codebase that needs to be used in a C++03
setting – where unfortunately the original class myclass
can’t be changed.