NWChemEx / Utilities

Generic, helpful C++ classes
https://nwchemex.github.io/Utilities/
Apache License 2.0
0 stars 1 forks source link

input iterator base #120

Open ryanmrichard opened 1 year ago

ryanmrichard commented 1 year ago

The input iterator implementation of operator-> doesn't work if the type returned by operator* is not a reference (say it's a temporary object created on the fly).