¡@

Home 

c++ Programming Glossary: tagb

Integrate type name in static_assert output?

http://stackoverflow.com/questions/6415186/integrate-type-name-in-static-assert-output

OtherTag . int main Foo int struct TagA fA Foo int struct TagB fB fA Output on MSVC src main.cpp 74 error C2338 Cannot create.. Foo T main TagA ' being compiled with T int Tag main TagB One tag is mentioned in the function template itself the other.. Foo T OtherTag with OtherTag main TagA T int Tag main TagB ' prog.cpp 18 32 instantiated from here prog.cpp 12 5 error..