在visual studio中,我经常遇到以下错误:
Error 2 error C2338: The C++ Standard doesn't provide a hash for this type. d:\w81.64\visual studio 2013\vc\include\xstddef 328 1 Test
使用clang(和gcc我认为),它用于打印错误消息,如"Info: in instanciation of"
然后使用模板实例化,具有什么类型以及文件名和行号 where < / em>模板试图实例化,并且如果模板是用另一个模板定义的,则递归。
我希望与MSVC拥有相同的信息,我想知道如何实现这一目标。