Skip to content

[C++][FlightSQL] Remove boost/algorithm/string.h dependency #46914

Description

@kou

Describe the enhancement requested

It's used by:

#include <boost/algorithm/string.hpp>

#include <boost/algorithm/string.hpp>

We need alternative of boost::istarts_with().

We can use arrow::internal::AsciiEqualsCaseInsensitive() for boost::iequals().

Component(s)

C++, FlightRPC

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions