You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::reverse_iterator is already used in several places in the USD code base. Switching boost::reverse_iterator usage to this reduces the number of dependencies on boost.
Steps to Reproduce
N/A
System Information (OS, Hardware)
N/A
Package Versions
N/A
Build Flags
N/A
The text was updated successfully, but these errors were encountered:
nvmkuruc
changed the title
Prefer std::reverse_iterator instead of boost::reverse_iterator
Prefer std::reverse_iterator instead of boost::reverse_iteratorJan 30, 2023
Description of Issue
std::reverse_iterator
is already used in several places in the USD code base. Switchingboost::reverse_iterator
usage to this reduces the number of dependencies on boost.Steps to Reproduce
N/A
System Information (OS, Hardware)
N/A
Package Versions
N/A
Build Flags
N/A
The text was updated successfully, but these errors were encountered: