Skip to content

add visibility control #233

Description

@GuoRentong

for instance

namespace arctern {
namespace gis {

std::shared_ptrarrow::Array ST_GeomFromGeoJSON(
const std::shared_ptrarrow::Array& json);

==>

ARCTERN_EXPORT
std::shared_ptrarrow::Array ST_GeomFromGeoJSON(
const std::shared_ptrarrow::Array& json);

} // namespace gis
} // namespace arctern

namespace arctern {
namespace gis {
namespace cuda {

std::shared_ptrarrow::Array ST_GeomFromGeoJSON(
const std::shared_ptrarrow::Array& json);

==>

ARCTERN_NO_EXPORT
std::shared_ptrarrow::Array ST_GeomFromGeoJSON(
const std::shared_ptrarrow::Array& json);

} // namespace cuda
} // namespace gis
} // namespace arctern

Activity

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions