Skip to content

Commit

Permalink
Make operator() const-correct and add missing static functions. (NVID…
Browse files Browse the repository at this point in the history
…IA#936)

* Make operator() const-correct and add missing static functions.

Currently, `*Converter::operator()` requires a mutable object to invoke,
and there are missing `static result_type convert(source_type const &
source)` overloads for certain partial specializations of `*Converter`
objects. This commit makes `operator()` const-correct and adds missing
function overloads where appropriate.

* minor changes

* format

---------

Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
  • Loading branch information
Gregory-Meyer and hwu36 authored May 9, 2023
1 parent 24c8b7d commit b250fac
Showing 1 changed file with 99 additions and 83 deletions.
Loading

0 comments on commit b250fac

Please sign in to comment.