ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/libecb/ecb.pod
(Generate patch)

Comparing cvsroot/libecb/ecb.pod (file contents):
Revision 1.47 by root, Tue May 29 16:51:24 2012 UTC vs.
Revision 1.48 by root, Wed May 30 16:56:06 2012 UTC

96 96
97=item ECB_CPP 97=item ECB_CPP
98 98
99True if the implementation defines the C<__cplusplus__> macro to a true 99True if the implementation defines the C<__cplusplus__> macro to a true
100value, which is typically true for C++ compilers. 100value, which is typically true for C++ compilers.
101
102=item ECB_CPP98
103
104True if the implementation claims to be compliant to ISO/IEC 14882:1998
105(the first C++ ISO standard) or any later version. Typically true for all
106C++ compilers.
107 101
108=item ECB_CPP11 102=item ECB_CPP11
109 103
110True if the implementation claims to be compliant to ISO/IEC 14882:2011 104True if the implementation claims to be compliant to ISO/IEC 14882:2011
111(C++11) or any later version. 105(C++11) or any later version.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines