Sign in to follow this  
Followers 0
quest

what is error C2139

2 posts in this topic

try compile apexDC++

get error

Error 7 error C2139: 'StringSearch' : an undefined class is not allowed as an argument to compiler intrinsic type trait '__is_pod' c:\tmp\trunk\stlport\stlport\stl\type_traits.h 253

what is it?

Share this post


Link to post
Share on other sites

I think you try to compile with non-modified STLport. You need to get this mod-version from here (also get modified WTL there) or manually comment string

#	define _STLP_HAS_TYPE_TRAITS_INTRINSICS

in _msvc.h

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0