Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add visibility control #233

Open
GuoRentong opened this issue Mar 12, 2020 · 0 comments
Open

add visibility control #233

GuoRentong opened this issue Mar 12, 2020 · 0 comments
Assignees
Labels
arctern-0.2.0 arctern-0.2.0 enhancement New feature or request

Comments

@GuoRentong
Copy link
Collaborator

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

@FluorineDog FluorineDog added enhancement New feature or request arctern-0.1.0 arctern-0.1.0 labels Mar 12, 2020
@czs007 czs007 added arctern-0.2.0 arctern-0.2.0 and removed arctern-0.1.0 arctern-0.1.0 labels May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arctern-0.2.0 arctern-0.2.0 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants