mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 13:19:01 +00:00
from ServiceManager.cpp:17:
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:71:24: error: expected nested-name-specifier before numeric constant
71 | template <typename _U>
| ^~
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:71:24: error: expected ‘>’ before numeric constant
In file included from /home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/aidl/android/os/ConnectionInfo.h:3,
from /home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/aidl/android/os/IServiceManager.h:3,
from /home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/aidl/android/os/BnServiceManager.h:4:
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:72:56: error: no matching function for call to ‘declval<1>()’
72 | static auto _test(int) -> decltype(std::declval<_U>().toString(), std::true_type());
| ~~~~~~~~~~~~~~~~^~
In file included from /home/ligd/platform/dev/nuttx/include/libcxx/__type_traits/is_convertible.h:18,
Signed-off-by: ligd <liguiding1@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| lib_ctype.c | ||
| lib_isalnum.c | ||
| lib_isalpha.c | ||
| lib_isascii.c | ||
| lib_isblank.c | ||
| lib_iscntrl.c | ||
| lib_isdigit.c | ||
| lib_isgraph.c | ||
| lib_islower.c | ||
| lib_isprint.c | ||
| lib_ispunct.c | ||
| lib_isspace.c | ||
| lib_isupper.c | ||
| lib_isxdigit.c | ||
| lib_tolower.c | ||
| lib_toupper.c | ||
| Make.defs | ||