Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict the use of
]
to CXX 20 only. (#764)
Close #740 . Found by @achirkin , the size of `mapping` is non-deterministic. This is caused by the macro definition around whether `no_unique_address` is supported with nvcc. This PR uses the standard cpp version to define the macro regardless of the compiler being used. Authors: - Jiaming Yuan (https://github.com/trivialfis) Approvers: - Mark Hoemmen (https://github.com/mhoemmen) - Corey J. Nolet (https://github.com/cjnolet) URL: #764
- Loading branch information