mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
I'd originally thought this was a useful way to prevent no-op assignments to rvalues, but compilers now check for that without using const, and it was probably only non-standard compiler behavior that ever made it useful.