Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / docs / compiler-spec-issues.txt
1 This document is to track limitations on the C# compiler spec, we
2 should have started this in 2001, but it is never too late.
3
4 * IntPtr and UIntPtr conversions
5
6         The conversions to and from IntPtr and UIntPtr to other types
7         and to enumerations was originally planned to be based on
8         operator overloads, but it was eventually baked into the
9         compiler due to historical accidents (See Luke's pasted reply
10         in bug #XXXXXX)
11
12         Currently MCS implements this based on observations made in
13         real-life code. 
14
15