issues
search
TzuChieh
/
Photon-v2
A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84
stars
5
forks
source link
regular_access() & pointer_access() should accept T&&
#67
Open
TzuChieh
opened
3 years ago
TzuChieh
commented
3 years ago
example: passing a prvalue to it will cause compile error, as temp obj cannot bind to a non-const reference
need test on all value categories
think more thoroughly