using N::MyEnum; 해도 아무 효과 없어서 ㅈ같았는데 using enum N::MyEnum;이라고 해야한다함

한번 using 키워드 검색해보니까 C++20부터 지원해주더라고