apache-doris-2.1.7-rc03-src/be/src/vec/functions/url/find_symbols.h:364:12: error: reference to 'detail' is ambiguous
错误提示:
/Users/yan.yang/servers/apache-doris-2.1.7-rc03-src/be/src/vec/functions/url/find_symbols.h:364:12: error: reference to 'detail' is ambiguous
return detail::find_first_symbols_dispatch<true, detail::ReturnMode::End, symbols...>(begin,
^
/Users/yan.yang/servers/apache-doris-2.1.7-rc03-src/be/src/vec/functions/url/find_symbols.h:81:11: note: candidate found by name lookup is 'detail'
namespace detail {
^
/Users/yan.yang/servers/apache-doris-2.1.7-rc03-src/thirdparty/installed/include/boost/multiprecision/cpp_int/limits.hpp:15:11: note: candidate found by name lookup is 'std::detail'
namespace detail {
^