std::string tmp{ "asd" };
const auto& a = tmp;
a.~basic_string();

이게 컴파일 오류도 안 나는데 이상한 것같은데 아닌가?

VS2019임