<div dir="ltr">   I am running into an error in clang 3.6.0svn with the line...<br><br>   NSBitmapImageFileType imageFileType = nil;<br><br>producing an error of...<br><br>/sw/src/fink.build/rstudio-desktop-0.98.1103-4/rstudio-0.98.1103/src/cpp/desktop-mac/GwtCallbacks.mm:609:26: error: cannot initialize a variable of type 'NSBitmapImageFileType' with an<br>      rvalue of type 'nullptr_t'<br>   NSBitmapImageFileType imageFileType = nil;<br>                         ^               ~~~<br><br>when -std=c++11 is used. Is this an glitch in the compiler? According to...<br><br><a href="http://www.cprogramming.com/c++11/c++11-nullptr-strongly-typed-enum-class.html">http://www.cprogramming.com/c++11/c++11-nullptr-strongly-typed-enum-class.html</a><br><br>shouldn't I I be able to initialize it with std::nullptr_t? Thanks in advance for any clarifications.<br><div>          Jack</div></div>