Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change 
notification.

The following page has been changed by EricLemings:
http://wiki.apache.org/stdcxx/CompilerRequirements

The comment on the change is:
EDG-based C++ compilers still consider `long long' type an extension.

------------------------------------------------------------------------------
  The list below contains a proposed set of compiler requirements for future 
releases of the Apache C++ Standard Library.  These requirements are features 
that were not ubiquitous across compilers in the past as they are in modern 
compilers.  As such, the corresponding configuration checks for such features 
can be ignored and feature support can be safely assumed when writing new code.
  
   * Intrinsic {{{long double}}} type ({{{_RWSTD_NO_LONG_DOUBLE}}})
-  * Intrinsic {{{long long}}} type ({{{_RWSTD_NO_LONG_LONG}}})
   * Intrinsic {{{bool}}} type and {{{true}}}, {{{false}}} keywords 
({{{_RWSTD_NO_BOOL}}})
  
   * Namespace lookup ({{{_RWSTD_NO_NAMESPACE}}})

Reply via email to