trns1997 commented on PR #11301: URL: https://github.com/apache/nuttx/pull/11301#issuecomment-1854668446
@xiaoxiang781216 we the following error: ``` Error: /github/workspace/sources/apps/netutils/jsoncpp/jsoncpp/include/json/config.h:132:45: error: 'template<class _CharT> struct std::__1::char_traits' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 18, so please migrate off of it. [-Werror=deprecated-declarations] ``` Can I modify the apps so that we no longer have the deprecated error? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
