Skip to content

Replace bigtable::internal::conjunction with absl::conjunction. #108

@coryan

Description

@coryan

The bigtable::internal::conjunction<> (currently bigtable::detail::conjunction<>, will change with #36) template class is a simple implementation of std::conjunction<> introduced with C++17.

On environments where std::conjunction<> is available we should replace the class with an alias. That will ensure our code is not depending on some particular hack in our implementation.

Metadata

Metadata

Assignees

Labels

api: bigtableIssues related to the Bigtable API.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions