mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
It's not legal to cast const pointer type to it's non-const reference type implicitly, and will cause compile error. And for explicit cast, it's legal but the pointer is mutable through this reference.