Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Add make_tagged_iterator #1586

Merged
merged 2 commits into from
Apr 25, 2022
Merged

Add make_tagged_iterator #1586

merged 2 commits into from
Apr 25, 2022

Commits on Dec 22, 2021

  1. Add make_tagged_iterator

    make_tagged_iterator<Tag, Iterator>(iterator);
    tparam `Iterator` could be skipped due to function template type deduction.
    karthikeyann authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    508b1a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Add trailing return type to support C++11

    Co-authored-by: Jake Hemstad <jhemstad@nvidia.com>
    ericniebler and jrhemstad authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2284aa1 View commit details
    Browse the repository at this point in the history