Closed
Description
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.
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.