Re: [PATCH] msvcp90: Update exception RTTI data to reflect it's part of std namespace
13 Apr
2017
13 Apr
'17
5:15 a.m.
Hi, On 04/12/17 23:32, Daniel Lehman wrote:
-#ifdef _MSVCIRT +#if defined(_MSVCIRT) || (_MSVCP_VER >= 80) I think that this condition should be following: #if _MSVCP_VER >= 80 ... AVexception(a)std #else ... AVexception
Thanks, Piotr
3256
Age (days ago)
3256
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban