using enum {C++20} stackoverflow / How to write a using statement for enum classes? It will be possible in C++20, P1099R5 : enum class choice {rock, paper, scissors}; using enum choice;