Changeset 322
- Timestamp:
- May 18, 2007, 12:29:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/boost/README
r321 r322 80 80 81 81 iii) A standard C++ compliant compiler with one extension: svndigest 82 must be compiled with a C++ compiler that supports 'long long' 83 types - GCC does this. This is due to the fact that one of the 84 underlying libraries, APR, is using 'long long'. APR is written in 85 C and the Cstandard allows 'long long'.82 must be compiled with a C++ compiler that supports 'long long' types - 83 GCC does this. This is due to the fact that one of the underlying 84 libraries, APR, is using 'long long'. APR is written in C and the C 85 standard allows 'long long'. 86 86 87 87 Even though the source is compiled with the -pedantic flag (which … … 90 90 91 91 92 -----------------------------------------------------------------------93 92 Copyright (C) 2005, 2006 Jari Häkkinen 94 93 Copyright (C) 2007 Peter Johansson … … 110 109 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 111 110 USA. 112 -----------------------------------------------------------------------113 111 114 112
Note: See TracChangeset
for help on using the changeset viewer.