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
I used a C++ 2014 annotation to mark gLog.isenabled() as deprecated in #165. But this isn't supported unless the IDE turns on C++ 2014 features, and causes warnings. Use the GNU annotation instead.
The text was updated successfully, but these errors were encountered:
I used a C++ 2014 annotation to mark
gLog.isenabled()
as deprecated in #165. But this isn't supported unless the IDE turns on C++ 2014 features, and causes warnings. Use the GNU annotation instead.The text was updated successfully, but these errors were encountered: