forked from OSchip/llvm-project
parent
71d7463797
commit
72de23e8ab
|
@ -212,7 +212,7 @@ example, compiling code with <tt>-fexceptions</tt> enables C++ exceptions.</p>
|
|||
|
||||
<h3 id="cxx_rtti">C++ RTTI</h3>
|
||||
|
||||
<p>Use <tt>__has_feature(cxx_rtt)</tt> to determine if C++ RTTI has been enabled. For example,
|
||||
<p>Use <tt>__has_feature(cxx_rtti)</tt> to determine if C++ RTTI has been enabled. For example,
|
||||
compiling code with <tt>-fno-rtti</tt> disables the use of RTTI.</p>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
|
|
Loading…
Reference in New Issue