You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual Studio 2010 throws this warning for a lot of mili files:
1>h:\projects\mili\mili\string_utils.h(328): warning C4290: C++ exception
specification ignored except to indicate a function is not __declspec(nothrow)
Suggestions:
1) define a macro that will expand normally for other compilers different than
VS
2) disable the warning
Original issue reported on code.google.com by [email protected] on 7 Jan 2012 at 10:01
The text was updated successfully, but these errors were encountered:
throw specifier is now discouraged and will be obsolete in C++0x.
I suggest to use this issue to remove the throw specifier list everywhere from
mili, except the empty list.
Original issue reported on code.google.com by
[email protected]
on 7 Jan 2012 at 10:01The text was updated successfully, but these errors were encountered: