<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All,<div><br></div><div>    anyone know if there's a special -x argument for clang++ when compiling .mm files?</div><div>I'm suffering from a conflict between the boost C++ libraries use of noexcept and Objective-C's use of noexcept as a keyword.  It may be that I'm invoking clang++ wrongly.  But if I use either</div><div><br></div><div>      clang++ -x objc</div><div>or</div><div>      clang++ -x objc++</div><div>both are rejected "language not recognized".  I can't find a list of acceptable language names (the man page just says -x <language>           Treat subsequent input files as having type <language></div><div><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div></div></div></div>