gccxml_gem 0.9.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +84 -0
- data/bin/gccxml.exe +0 -0
- data/bin/gccxml_cc1plus.exe +0 -0
- data/bin/gccxml_vcconfig.bat +52 -0
- data/bin/gccxml_vcconfig.exe +0 -0
- data/gccxml.rb +57 -0
- data/share/doc/gccxml-0.9/Copyright.txt +55 -0
- data/share/doc/gccxml-0.9/gccxml.html +168 -0
- data/share/doc/gccxml-0.9/gccxml.txt +293 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/algorithm +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/algorithm.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/bitset +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/bitset.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cfloat +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/climits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cmath +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/complex +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/complex.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstddef +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstdio +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstdlib +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstring +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstring.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ctime +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cwchar +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cwctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/deque +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/deque.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/exception +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/exception.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/fstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/fstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/function +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/function.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/functional +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/gccxml_typeinfo.h +146 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iomanip +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iomanip.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ios +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ios.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iosfwd +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iosfwd.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iostream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iostream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/istream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/istream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iterator +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iterator.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/limits +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/limits.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/list +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/list.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/locale +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/locale.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/map +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/map.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/memory +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/memory.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/new +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/new.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/numeric +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/numeric.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ostream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ostream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/queue +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/queue.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/codecvt +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/collate +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/ctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iosbase +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iotraits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iterator +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/lochelp +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/locimpl +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/locvector +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/messages +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/money +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/numbrw +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/numeral +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwdispatch.h +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwlocale +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwstderr_macros.h +64 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/string_ref +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/time +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/traits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/tree +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/usefacet +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/valimp +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/vendor +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/set +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/set.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/sstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/sstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stack +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stack.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stdexcept +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stdexcept.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/streambuf +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/streambuf.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/string +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/string.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/strstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/strstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/typeinfo +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/typeinfo.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/utility +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/utility.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/valarray +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/valarray.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/vector +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/vector.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/except.h +154 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_fstream.h +431 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_new.h +166 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_valarray.h +786 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_vector.h +1457 -0
- data/share/gccxml-0.9/Borland/5.5/io.h +352 -0
- data/share/gccxml-0.9/Borland/5.5/oaidl.h +7006 -0
- data/share/gccxml-0.9/Borland/5.5/propidl.h +1477 -0
- data/share/gccxml-0.9/Borland/5.5/rw/locimpl.h +477 -0
- data/share/gccxml-0.9/Borland/5.5/rw/rwlocale.h +619 -0
- data/share/gccxml-0.9/Borland/5.5/stdarg.h +55 -0
- data/share/gccxml-0.9/Borland/5.5/valarray.cc +2883 -0
- data/share/gccxml-0.9/GCC/2.95/algorithm +76 -0
- data/share/gccxml-0.9/GCC/2.95/bitset +17 -0
- data/share/gccxml-0.9/GCC/2.95/cctype +24 -0
- data/share/gccxml-0.9/GCC/2.95/clocale +14 -0
- data/share/gccxml-0.9/GCC/2.95/cmath +33 -0
- data/share/gccxml-0.9/GCC/2.95/complex +38 -0
- data/share/gccxml-0.9/GCC/2.95/csetjmp +13 -0
- data/share/gccxml-0.9/GCC/2.95/csignal +14 -0
- data/share/gccxml-0.9/GCC/2.95/cstdarg +12 -0
- data/share/gccxml-0.9/GCC/2.95/cstddef +13 -0
- data/share/gccxml-0.9/GCC/2.95/cstdio +55 -0
- data/share/gccxml-0.9/GCC/2.95/cstdlib +66 -0
- data/share/gccxml-0.9/GCC/2.95/cstring +34 -0
- data/share/gccxml-0.9/GCC/2.95/ctime +24 -0
- data/share/gccxml-0.9/GCC/2.95/cwchar +65 -0
- data/share/gccxml-0.9/GCC/2.95/cwctype +31 -0
- data/share/gccxml-0.9/GCC/2.95/deque +19 -0
- data/share/gccxml-0.9/GCC/2.95/exception +20 -0
- data/share/gccxml-0.9/GCC/2.95/fstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/functional +64 -0
- data/share/gccxml-0.9/GCC/2.95/gccxml_bitset +1066 -0
- data/share/gccxml-0.9/GCC/2.95/iomanip +20 -0
- data/share/gccxml-0.9/GCC/2.95/iosfwd +20 -0
- data/share/gccxml-0.9/GCC/2.95/iostream +27 -0
- data/share/gccxml-0.9/GCC/2.95/iterator +39 -0
- data/share/gccxml-0.9/GCC/2.95/list +19 -0
- data/share/gccxml-0.9/GCC/2.95/map +20 -0
- data/share/gccxml-0.9/GCC/2.95/memory +21 -0
- data/share/gccxml-0.9/GCC/2.95/new +13 -0
- data/share/gccxml-0.9/GCC/2.95/numeric +15 -0
- data/share/gccxml-0.9/GCC/2.95/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/2.95/queue +20 -0
- data/share/gccxml-0.9/GCC/2.95/set +20 -0
- data/share/gccxml-0.9/GCC/2.95/sstream +24 -0
- data/share/gccxml-0.9/GCC/2.95/stack +19 -0
- data/share/gccxml-0.9/GCC/2.95/std/bastring.cc +524 -0
- data/share/gccxml-0.9/GCC/2.95/std/complext.h +397 -0
- data/share/gccxml-0.9/GCC/2.95/std/dcomplex.h +92 -0
- data/share/gccxml-0.9/GCC/2.95/std/fcomplex.h +88 -0
- data/share/gccxml-0.9/GCC/2.95/std/gslice_array.h +170 -0
- data/share/gccxml-0.9/GCC/2.95/std/indirect_array.h +157 -0
- data/share/gccxml-0.9/GCC/2.95/std/ldcomplex.h +96 -0
- data/share/gccxml-0.9/GCC/2.95/std/mask_array.h +154 -0
- data/share/gccxml-0.9/GCC/2.95/std/slice_array.h +156 -0
- data/share/gccxml-0.9/GCC/2.95/std/std_valarray.h +728 -0
- data/share/gccxml-0.9/GCC/2.95/std/straits.h +162 -0
- data/share/gccxml-0.9/GCC/2.95/std/valarray_meta.h +1035 -0
- data/share/gccxml-0.9/GCC/2.95/stdexcept +17 -0
- data/share/gccxml-0.9/GCC/2.95/stl_alloc.h +1057 -0
- data/share/gccxml-0.9/GCC/2.95/stl_bvector.h +836 -0
- data/share/gccxml-0.9/GCC/2.95/stl_deque.h +1699 -0
- data/share/gccxml-0.9/GCC/2.95/stl_list.h +843 -0
- data/share/gccxml-0.9/GCC/2.95/stl_tree.h +1331 -0
- data/share/gccxml-0.9/GCC/2.95/stl_vector.h +828 -0
- data/share/gccxml-0.9/GCC/2.95/string +26 -0
- data/share/gccxml-0.9/GCC/2.95/strstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/typeinfo +11 -0
- data/share/gccxml-0.9/GCC/2.95/utility +25 -0
- data/share/gccxml-0.9/GCC/2.95/valarray +52 -0
- data/share/gccxml-0.9/GCC/2.95/vector +19 -0
- data/share/gccxml-0.9/GCC/2.96/sstream +305 -0
- data/share/gccxml-0.9/GCC/3.0/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.1/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/bits/fstream.tcc +500 -0
- data/share/gccxml-0.9/GCC/3.2/bits/gthr-default.h +581 -0
- data/share/gccxml-0.9/GCC/3.2/bits/istream.tcc +1207 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.h +1810 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.tcc +2397 -0
- data/share/gccxml-0.9/GCC/3.2/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.2/bits/ostream.tcc +713 -0
- data/share/gccxml-0.9/GCC/3.2/bits/sstream.tcc +241 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_deque.h +1682 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_list.h +989 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_vector.h +1085 -0
- data/share/gccxml-0.9/GCC/3.2/bits/valarray_meta.h +1063 -0
- data/share/gccxml-0.9/GCC/3.2/fstream +579 -0
- data/share/gccxml-0.9/GCC/3.2/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/sstream +384 -0
- data/share/gccxml-0.9/GCC/3.3/bits/fstream.tcc +530 -0
- data/share/gccxml-0.9/GCC/3.3/bits/list.tcc +378 -0
- data/share/gccxml-0.9/GCC/3.3/bits/locale_facets.h +2050 -0
- data/share/gccxml-0.9/GCC/3.3/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.3/bits/sstream.tcc +243 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_deque.h +1603 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_list.h +1167 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_vector.h +992 -0
- data/share/gccxml-0.9/GCC/3.3/bits/valarray_meta.h +1135 -0
- data/share/gccxml-0.9/GCC/3.3/fstream +842 -0
- data/share/gccxml-0.9/GCC/3.3/gccxml_builtins.h +22 -0
- data/share/gccxml-0.9/GCC/3.3/sstream +638 -0
- data/share/gccxml-0.9/GCC/3.4/bits/gthr-default.h +664 -0
- data/share/gccxml-0.9/GCC/3.4/gccxml_builtins.h +91 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_builtins.h +128 -0
- data/share/gccxml-0.9/GCC/4.1/bits/gthr-default.h +618 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.3/gccxml_builtins.h +182 -0
- data/share/gccxml-0.9/IBM/8.0/adapt_headers.sh +34 -0
- data/share/gccxml-0.9/IBM/8.0/stdlib.h.patch +27 -0
- data/share/gccxml-0.9/IBM/8.0/xstring.patch +19 -0
- data/share/gccxml-0.9/IBM/README +8 -0
- data/share/gccxml-0.9/IBM/find_flags +51 -0
- data/share/gccxml-0.9/IBM/find_flags_common +48 -0
- data/share/gccxml-0.9/Intel/find_flags +56 -0
- data/share/gccxml-0.9/Intel/pthread.h +16 -0
- data/share/gccxml-0.9/MIPSpro/7.3/exception +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/gccxml_mpro_internals.h +21 -0
- data/share/gccxml-0.9/MIPSpro/7.3/iomanip +161 -0
- data/share/gccxml-0.9/MIPSpro/7.3/ostream +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stddef.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_config.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_locale.h +17 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_monetary.h +14 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_numeric_facets.h +13 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_threads.h +11 -0
- data/share/gccxml-0.9/MIPSpro/7.3/string +18 -0
- data/share/gccxml-0.9/MIPSpro/find_flags +70 -0
- data/share/gccxml-0.9/MIPSpro/mipspro_defs.cxx +63 -0
- data/share/gccxml-0.9/Sun/5.8/Cstd.patch +156 -0
- data/share/gccxml-0.9/Sun/5.8/adapt_headers.sh +32 -0
- data/share/gccxml-0.9/Sun/5.8/std-5.10.patch +22 -0
- data/share/gccxml-0.9/Sun/README +8 -0
- data/share/gccxml-0.9/Sun/find_flags +51 -0
- data/share/gccxml-0.9/Sun/find_flags_common +42 -0
- data/share/gccxml-0.9/VcInstall/vc6Include.patch +4560 -0
- data/share/gccxml-0.9/VcInstall/vc71Include.patch +921 -0
- data/share/gccxml-0.9/VcInstall/vc71PlatformSDK.patch +146 -0
- data/share/gccxml-0.9/VcInstall/vc7Include.patch +1139 -0
- data/share/gccxml-0.9/VcInstall/vc7PlatformSDK.patch +146 -0
- data/share/gccxml-0.9/VcInstall/vc8ExpressInclude.patch +1887 -0
- data/share/gccxml-0.9/VcInstall/vc8ExpressPlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc8Include.patch +1887 -0
- data/share/gccxml-0.9/VcInstall/vc8PlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1ExpressInclude.patch +1941 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1Include.patch +1970 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1PlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc9Include.patch +2047 -0
- data/share/gccxml-0.9/VcInstall/vc9PlatformSDK.patch +383 -0
- data/share/gccxml-0.9/VcInstall/vc9sp1Include.patch +2565 -0
- data/share/gccxml-0.9/VcInstall/vcCat.exe +0 -0
- data/share/gccxml-0.9/VcInstall/vcCat.readme.txt +3 -0
- data/share/gccxml-0.9/VcInstall/vcPatch.exe +0 -0
- data/share/gccxml-0.9/VcInstall/vcPatch.readme.txt +27 -0
- data/share/gccxml-0.9/VcInstall/vc_helper +1 -0
- data/share/gccxml-0.9/gccxml_config +2 -0
- data/share/gccxml-0.9/gccxml_identify_compiler.cc +13 -0
- data/share/man/man1/gccxml.1 +246 -0
- metadata +331 -0
@@ -0,0 +1,2047 @@
|
|
1
|
+
Index: algorithm
|
2
|
+
===================================================================
|
3
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/algorithm,v
|
4
|
+
retrieving revision 1.1
|
5
|
+
retrieving revision 1.2
|
6
|
+
diff -c -3 -p -r1.1 -r1.2
|
7
|
+
*** algorithm 29 Jan 2008 21:05:21 -0000 1.1
|
8
|
+
--- algorithm 21 Apr 2008 14:19:05 -0000 1.2
|
9
|
+
***************
|
10
|
+
*** 11,16 ****
|
11
|
+
--- 11,51 ----
|
12
|
+
#pragma warning(disable: 4244)
|
13
|
+
#endif /* _MSC_VER */
|
14
|
+
|
15
|
+
+ /* ------------------------------------------------------------------------ */
|
16
|
+
+ /* Forward declare these now because they are used as non-dependent names. */
|
17
|
+
+ _STDEXT_BEGIN
|
18
|
+
+ template<class _InIt, class _OutIt, class _Ty>
|
19
|
+
+ inline _OutIt unchecked_remove_copy(_InIt _First, _InIt _Last,
|
20
|
+
+ _OutIt _Dest, const _Ty& _Val);
|
21
|
+
+ template<class _InIt, class _OutIt, class _Pr>
|
22
|
+
+ inline _OutIt unchecked_remove_copy_if(_InIt _First, _InIt _Last,
|
23
|
+
+ _OutIt _Dest, _Pr _Pred);
|
24
|
+
+ template<class _InIt1, class _InIt2, class _OutIt>
|
25
|
+
+ inline _OutIt unchecked_merge(_InIt1 _First1, _InIt1 _Last1,
|
26
|
+
+ _InIt2 _First2, _InIt2 _Last2, _OutIt _Dest);
|
27
|
+
+ template<class _InIt1, class _InIt2, class _OutIt, class _Pr>
|
28
|
+
+ inline _OutIt unchecked_merge(_InIt1 _First1, _InIt1 _Last1,
|
29
|
+
+ _InIt2 _First2, _InIt2 _Last2, _OutIt _Dest,
|
30
|
+
+ _Pr _Pred);
|
31
|
+
+ template<class _BidIt1, class _BidIt2, class _BidIt3>
|
32
|
+
+ inline _BidIt3 _Unchecked_merge_backward(_BidIt1 _First1, _BidIt1 _Last1,
|
33
|
+
+ _BidIt2 _First2, _BidIt2 _Last2,
|
34
|
+
+ _BidIt3 _Dest);
|
35
|
+
+ template<class _BidIt1, class _BidIt2, class _BidIt3, class _Pr>
|
36
|
+
+ inline _BidIt3 _Unchecked_merge_backward(_BidIt1 _First1, _BidIt1 _Last1,
|
37
|
+
+ _BidIt2 _First2, _BidIt2 _Last2,
|
38
|
+
+ _BidIt3 _Dest, _Pr _Pred);
|
39
|
+
+ template<class _BidIt, class _OutIt, class _Diff>
|
40
|
+
+ inline void _Unchecked_chunked_merge(_BidIt _First, _BidIt _Last,
|
41
|
+
+ _OutIt _Dest, _Diff _Chunk,
|
42
|
+
+ _Diff _Count);
|
43
|
+
+ template<class _BidIt, class _OutIt, class _Diff, class _Pr>
|
44
|
+
+ inline void _Unchecked_chunked_merge(_BidIt _First, _BidIt _Last,
|
45
|
+
+ _OutIt _Dest, _Diff _Chunk,
|
46
|
+
+ _Diff _Count, _Pr _Pred);
|
47
|
+
+ _STDEXT_END
|
48
|
+
+ /* ------------------------------------------------------------------------ */
|
49
|
+
+
|
50
|
+
_STD_BEGIN
|
51
|
+
|
52
|
+
// COMMON SORT PARAMETERS
|
53
|
+
Index: crtdbg.h
|
54
|
+
===================================================================
|
55
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/crtdbg.h,v
|
56
|
+
retrieving revision 1.1
|
57
|
+
retrieving revision 1.2
|
58
|
+
diff -c -3 -p -r1.1 -r1.2
|
59
|
+
*** crtdbg.h 29 Jan 2008 21:05:21 -0000 1.1
|
60
|
+
--- crtdbg.h 15 Dec 2008 20:37:10 -0000 1.2
|
61
|
+
*************** should not have done so since it was not
|
62
|
+
*** 588,593 ****
|
63
|
+
--- 588,594 ----
|
64
|
+
_RPT_BASE_W((rptno, _CRT_WIDE(__FILE__), __LINE__, NULL, msg, arg1, arg2, arg3, arg4, arg5))
|
65
|
+
|
66
|
+
#if _MSC_VER >= 1300 && !defined(_CRT_PORTABLE)
|
67
|
+
+ void __debugbreak();
|
68
|
+
#define _CrtDbgBreak() __debugbreak()
|
69
|
+
#elif defined(_M_IX86) && !defined(_CRT_PORTABLE)
|
70
|
+
#define _CrtDbgBreak() __asm { int 3 }
|
71
|
+
Index: crtdefs.h
|
72
|
+
===================================================================
|
73
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/crtdefs.h,v
|
74
|
+
retrieving revision 1.1
|
75
|
+
retrieving revision 1.2
|
76
|
+
diff -c -3 -p -r1.1 -r1.2
|
77
|
+
*** crtdefs.h 29 Jan 2008 21:05:21 -0000 1.1
|
78
|
+
--- crtdefs.h 21 Apr 2008 13:38:16 -0000 1.2
|
79
|
+
*************** typedef __time64_t time_t; /* time
|
80
|
+
*** 654,752 ****
|
81
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(_ReturnType, _FuncName, _DstType, _Dst) \
|
82
|
+
extern "C++" \
|
83
|
+
{ \
|
84
|
+
! template <size_t _Size> \
|
85
|
+
inline \
|
86
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size]) \
|
87
|
+
{ \
|
88
|
+
! return _FuncName(_Dst, _Size); \
|
89
|
+
} \
|
90
|
+
}
|
91
|
+
|
92
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1) \
|
93
|
+
extern "C++" \
|
94
|
+
{ \
|
95
|
+
! template <size_t _Size> \
|
96
|
+
inline \
|
97
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1) \
|
98
|
+
{ \
|
99
|
+
! return _FuncName(_Dst, _Size, _TArg1); \
|
100
|
+
} \
|
101
|
+
}
|
102
|
+
|
103
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2) \
|
104
|
+
extern "C++" \
|
105
|
+
{ \
|
106
|
+
! template <size_t _Size> \
|
107
|
+
inline \
|
108
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2) \
|
109
|
+
{ \
|
110
|
+
! return _FuncName(_Dst, _Size, _TArg1, _TArg2); \
|
111
|
+
} \
|
112
|
+
}
|
113
|
+
|
114
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2, _TType3, _TArg3) \
|
115
|
+
extern "C++" \
|
116
|
+
{ \
|
117
|
+
! template <size_t _Size> \
|
118
|
+
inline \
|
119
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
120
|
+
{ \
|
121
|
+
! return _FuncName(_Dst, _Size, _TArg1, _TArg2, _TArg3); \
|
122
|
+
} \
|
123
|
+
}
|
124
|
+
|
125
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_4(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2, _TType3, _TArg3, _TType4, _TArg4) \
|
126
|
+
extern "C++" \
|
127
|
+
{ \
|
128
|
+
! template <size_t _Size> \
|
129
|
+
inline \
|
130
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3, _TType4 _TArg4) \
|
131
|
+
{ \
|
132
|
+
! return _FuncName(_Dst, _Size, _TArg1, _TArg2, _TArg3, _TArg4); \
|
133
|
+
} \
|
134
|
+
}
|
135
|
+
|
136
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_1(_ReturnType, _FuncName, _HType1, _HArg1, _DstType, _Dst, _TType1, _TArg1) \
|
137
|
+
extern "C++" \
|
138
|
+
{ \
|
139
|
+
! template <size_t _Size> \
|
140
|
+
inline \
|
141
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Size], _TType1 _TArg1) \
|
142
|
+
{ \
|
143
|
+
! return _FuncName(_HArg1, _Dst, _Size, _TArg1); \
|
144
|
+
} \
|
145
|
+
}
|
146
|
+
|
147
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_2(_ReturnType, _FuncName, _HType1, _HArg1, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2) \
|
148
|
+
extern "C++" \
|
149
|
+
{ \
|
150
|
+
! template <size_t _Size> \
|
151
|
+
inline \
|
152
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2) \
|
153
|
+
{ \
|
154
|
+
! return _FuncName(_HArg1, _Dst, _Size, _TArg1, _TArg2); \
|
155
|
+
} \
|
156
|
+
}
|
157
|
+
|
158
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(_ReturnType, _FuncName, _HType1, _HArg1, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2, _TType3, _TArg3) \
|
159
|
+
extern "C++" \
|
160
|
+
{ \
|
161
|
+
! template <size_t _Size> \
|
162
|
+
inline \
|
163
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
164
|
+
{ \
|
165
|
+
! return _FuncName(_HArg1, _Dst, _Size, _TArg1, _TArg2, _TArg3); \
|
166
|
+
} \
|
167
|
+
}
|
168
|
+
|
169
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_2_0(_ReturnType, _FuncName, _HType1, _HArg1, _HType2, _HArg2, _DstType, _Dst) \
|
170
|
+
extern "C++" \
|
171
|
+
{ \
|
172
|
+
! template <size_t _Size> \
|
173
|
+
inline \
|
174
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _HType2 _HArg2, _DstType (&_Dst)[_Size]) \
|
175
|
+
{ \
|
176
|
+
! return _FuncName(_HArg1, _HArg2, _Dst, _Size); \
|
177
|
+
} \
|
178
|
+
}
|
179
|
+
|
180
|
+
--- 654,752 ----
|
181
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(_ReturnType, _FuncName, _DstType, _Dst) \
|
182
|
+
extern "C++" \
|
183
|
+
{ \
|
184
|
+
! template <size_t _Sz> \
|
185
|
+
inline \
|
186
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz]) \
|
187
|
+
{ \
|
188
|
+
! return _FuncName(_Dst, _Sz); \
|
189
|
+
} \
|
190
|
+
}
|
191
|
+
|
192
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1) \
|
193
|
+
extern "C++" \
|
194
|
+
{ \
|
195
|
+
! template <size_t _Sz> \
|
196
|
+
inline \
|
197
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1) \
|
198
|
+
{ \
|
199
|
+
! return _FuncName(_Dst, _Sz, _TArg1); \
|
200
|
+
} \
|
201
|
+
}
|
202
|
+
|
203
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2) \
|
204
|
+
extern "C++" \
|
205
|
+
{ \
|
206
|
+
! template <size_t _Sz> \
|
207
|
+
inline \
|
208
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2) \
|
209
|
+
{ \
|
210
|
+
! return _FuncName(_Dst, _Sz, _TArg1, _TArg2); \
|
211
|
+
} \
|
212
|
+
}
|
213
|
+
|
214
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2, _TType3, _TArg3) \
|
215
|
+
extern "C++" \
|
216
|
+
{ \
|
217
|
+
! template <size_t _Sz> \
|
218
|
+
inline \
|
219
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
220
|
+
{ \
|
221
|
+
! return _FuncName(_Dst, _Sz, _TArg1, _TArg2, _TArg3); \
|
222
|
+
} \
|
223
|
+
}
|
224
|
+
|
225
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_4(_ReturnType, _FuncName, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2, _TType3, _TArg3, _TType4, _TArg4) \
|
226
|
+
extern "C++" \
|
227
|
+
{ \
|
228
|
+
! template <size_t _Sz> \
|
229
|
+
inline \
|
230
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3, _TType4 _TArg4) \
|
231
|
+
{ \
|
232
|
+
! return _FuncName(_Dst, _Sz, _TArg1, _TArg2, _TArg3, _TArg4); \
|
233
|
+
} \
|
234
|
+
}
|
235
|
+
|
236
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_1(_ReturnType, _FuncName, _HType1, _HArg1, _DstType, _Dst, _TType1, _TArg1) \
|
237
|
+
extern "C++" \
|
238
|
+
{ \
|
239
|
+
! template <size_t _Sz> \
|
240
|
+
inline \
|
241
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Sz], _TType1 _TArg1) \
|
242
|
+
{ \
|
243
|
+
! return _FuncName(_HArg1, _Dst, _Sz, _TArg1); \
|
244
|
+
} \
|
245
|
+
}
|
246
|
+
|
247
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_2(_ReturnType, _FuncName, _HType1, _HArg1, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2) \
|
248
|
+
extern "C++" \
|
249
|
+
{ \
|
250
|
+
! template <size_t _Sz> \
|
251
|
+
inline \
|
252
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2) \
|
253
|
+
{ \
|
254
|
+
! return _FuncName(_HArg1, _Dst, _Sz, _TArg1, _TArg2); \
|
255
|
+
} \
|
256
|
+
}
|
257
|
+
|
258
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(_ReturnType, _FuncName, _HType1, _HArg1, _DstType, _Dst, _TType1, _TArg1, _TType2, _TArg2, _TType3, _TArg3) \
|
259
|
+
extern "C++" \
|
260
|
+
{ \
|
261
|
+
! template <size_t _Sz> \
|
262
|
+
inline \
|
263
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
264
|
+
{ \
|
265
|
+
! return _FuncName(_HArg1, _Dst, _Sz, _TArg1, _TArg2, _TArg3); \
|
266
|
+
} \
|
267
|
+
}
|
268
|
+
|
269
|
+
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_2_0(_ReturnType, _FuncName, _HType1, _HArg1, _HType2, _HArg2, _DstType, _Dst) \
|
270
|
+
extern "C++" \
|
271
|
+
{ \
|
272
|
+
! template <size_t _Sz> \
|
273
|
+
inline \
|
274
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _HType2 _HArg2, _DstType (&_Dst)[_Sz]) \
|
275
|
+
{ \
|
276
|
+
! return _FuncName(_HArg1, _HArg2, _Dst, _Sz); \
|
277
|
+
} \
|
278
|
+
}
|
279
|
+
|
280
|
+
*************** typedef __time64_t time_t; /* time
|
281
|
+
*** 755,767 ****
|
282
|
+
{ \
|
283
|
+
__pragma(warning(push)); \
|
284
|
+
__pragma(warning(disable: 4793)); \
|
285
|
+
! template <size_t _Size> \
|
286
|
+
inline \
|
287
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, ...) \
|
288
|
+
{ \
|
289
|
+
va_list _ArgList; \
|
290
|
+
_crt_va_start(_ArgList, _TArg1); \
|
291
|
+
! return _VFuncName(_Dst, _Size, _TArg1, _ArgList); \
|
292
|
+
} \
|
293
|
+
__pragma(warning(pop)); \
|
294
|
+
}
|
295
|
+
--- 755,767 ----
|
296
|
+
{ \
|
297
|
+
__pragma(warning(push)); \
|
298
|
+
__pragma(warning(disable: 4793)); \
|
299
|
+
! template <size_t _Sz> \
|
300
|
+
inline \
|
301
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, ...) \
|
302
|
+
{ \
|
303
|
+
va_list _ArgList; \
|
304
|
+
_crt_va_start(_ArgList, _TArg1); \
|
305
|
+
! return _VFuncName(_Dst, _Sz, _TArg1, _ArgList); \
|
306
|
+
} \
|
307
|
+
__pragma(warning(pop)); \
|
308
|
+
}
|
309
|
+
*************** typedef __time64_t time_t; /* time
|
310
|
+
*** 771,783 ****
|
311
|
+
{ \
|
312
|
+
__pragma(warning(push)); \
|
313
|
+
__pragma(warning(disable: 4793)); \
|
314
|
+
! template <size_t _Size> \
|
315
|
+
inline \
|
316
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, ...) \
|
317
|
+
{ \
|
318
|
+
va_list _ArgList; \
|
319
|
+
_crt_va_start(_ArgList, _TArg2); \
|
320
|
+
! return _VFuncName(_Dst, _Size, _TArg1, _TArg2, _ArgList); \
|
321
|
+
} \
|
322
|
+
__pragma(warning(pop)); \
|
323
|
+
}
|
324
|
+
--- 771,783 ----
|
325
|
+
{ \
|
326
|
+
__pragma(warning(push)); \
|
327
|
+
__pragma(warning(disable: 4793)); \
|
328
|
+
! template <size_t _Sz> \
|
329
|
+
inline \
|
330
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, ...) \
|
331
|
+
{ \
|
332
|
+
va_list _ArgList; \
|
333
|
+
_crt_va_start(_ArgList, _TArg2); \
|
334
|
+
! return _VFuncName(_Dst, _Sz, _TArg1, _TArg2, _ArgList); \
|
335
|
+
} \
|
336
|
+
__pragma(warning(pop)); \
|
337
|
+
}
|
338
|
+
*************** typedef __time64_t time_t; /* time
|
339
|
+
*** 914,924 ****
|
340
|
+
{ \
|
341
|
+
return __insecure_##_FuncName(_Dst); \
|
342
|
+
} \
|
343
|
+
! template <size_t _Size> \
|
344
|
+
inline \
|
345
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size]) \
|
346
|
+
{ \
|
347
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size), _Dst); \
|
348
|
+
} \
|
349
|
+
template <> \
|
350
|
+
inline \
|
351
|
+
--- 914,924 ----
|
352
|
+
{ \
|
353
|
+
return __insecure_##_FuncName(_Dst); \
|
354
|
+
} \
|
355
|
+
! template <size_t _Sz> \
|
356
|
+
inline \
|
357
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz]) \
|
358
|
+
{ \
|
359
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz), _Dst); \
|
360
|
+
} \
|
361
|
+
template <> \
|
362
|
+
inline \
|
363
|
+
*************** typedef __time64_t time_t; /* time
|
364
|
+
*** 959,970 ****
|
365
|
+
{ \
|
366
|
+
return __insecure_##_FuncName(_Dst); \
|
367
|
+
} \
|
368
|
+
! template <size_t _Size> \
|
369
|
+
inline \
|
370
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size]) \
|
371
|
+
{ \
|
372
|
+
size_t _SizeRead = 0; \
|
373
|
+
! errno_t _Err = _FuncName##_s(_Dst + 2, (_Size - 2) < ((size_t)_Dst[0]) ? (_Size - 2) : ((size_t)_Dst[0]), &_SizeRead); \
|
374
|
+
_Dst[1] = (_DstType)(_SizeRead); \
|
375
|
+
return (_Err == 0 ? _Dst + 2 : 0); \
|
376
|
+
} \
|
377
|
+
--- 959,970 ----
|
378
|
+
{ \
|
379
|
+
return __insecure_##_FuncName(_Dst); \
|
380
|
+
} \
|
381
|
+
! template <size_t _Sz> \
|
382
|
+
inline \
|
383
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz]) \
|
384
|
+
{ \
|
385
|
+
size_t _SizeRead = 0; \
|
386
|
+
! errno_t _Err = _FuncName##_s(_Dst + 2, (_Sz - 2) < ((size_t)_Dst[0]) ? (_Sz - 2) : ((size_t)_Dst[0]), &_SizeRead); \
|
387
|
+
_Dst[1] = (_DstType)(_SizeRead); \
|
388
|
+
return (_Err == 0 ? _Dst + 2 : 0); \
|
389
|
+
} \
|
390
|
+
*************** typedef __time64_t time_t; /* time
|
391
|
+
*** 1014,1024 ****
|
392
|
+
{ \
|
393
|
+
return __insecure_##_FuncName(_Dst, _TArg1); \
|
394
|
+
} \
|
395
|
+
! template <size_t _Size> \
|
396
|
+
inline \
|
397
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1) \
|
398
|
+
{ \
|
399
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size, _TArg1), _Dst); \
|
400
|
+
} \
|
401
|
+
template <> \
|
402
|
+
inline \
|
403
|
+
--- 1014,1024 ----
|
404
|
+
{ \
|
405
|
+
return __insecure_##_FuncName(_Dst, _TArg1); \
|
406
|
+
} \
|
407
|
+
! template <size_t _Sz> \
|
408
|
+
inline \
|
409
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1) \
|
410
|
+
{ \
|
411
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz, _TArg1), _Dst); \
|
412
|
+
} \
|
413
|
+
template <> \
|
414
|
+
inline \
|
415
|
+
*************** typedef __time64_t time_t; /* time
|
416
|
+
*** 1059,1069 ****
|
417
|
+
{ \
|
418
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2); \
|
419
|
+
} \
|
420
|
+
! template <size_t _Size> \
|
421
|
+
inline \
|
422
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2) \
|
423
|
+
{ \
|
424
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size, _TArg1, _TArg2), _Dst); \
|
425
|
+
} \
|
426
|
+
template <> \
|
427
|
+
inline \
|
428
|
+
--- 1059,1069 ----
|
429
|
+
{ \
|
430
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2); \
|
431
|
+
} \
|
432
|
+
! template <size_t _Sz> \
|
433
|
+
inline \
|
434
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2) \
|
435
|
+
{ \
|
436
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz, _TArg1, _TArg2), _Dst); \
|
437
|
+
} \
|
438
|
+
template <> \
|
439
|
+
inline \
|
440
|
+
*************** typedef __time64_t time_t; /* time
|
441
|
+
*** 1104,1114 ****
|
442
|
+
{ \
|
443
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3); \
|
444
|
+
} \
|
445
|
+
! template <size_t _Size> \
|
446
|
+
inline \
|
447
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
448
|
+
{ \
|
449
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size, _TArg1, _TArg2, _TArg3), _Dst); \
|
450
|
+
} \
|
451
|
+
template <> \
|
452
|
+
inline \
|
453
|
+
--- 1104,1114 ----
|
454
|
+
{ \
|
455
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3); \
|
456
|
+
} \
|
457
|
+
! template <size_t _Sz> \
|
458
|
+
inline \
|
459
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
460
|
+
{ \
|
461
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz, _TArg1, _TArg2, _TArg3), _Dst); \
|
462
|
+
} \
|
463
|
+
template <> \
|
464
|
+
inline \
|
465
|
+
*************** typedef __time64_t time_t; /* time
|
466
|
+
*** 1149,1159 ****
|
467
|
+
{ \
|
468
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3, _TArg4); \
|
469
|
+
} \
|
470
|
+
! template <size_t _Size> \
|
471
|
+
inline \
|
472
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3, _TType4 _TArg4) \
|
473
|
+
{ \
|
474
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size, _TArg1, _TArg2, _TArg3, _TArg4), _Dst); \
|
475
|
+
} \
|
476
|
+
template <> \
|
477
|
+
inline \
|
478
|
+
--- 1149,1159 ----
|
479
|
+
{ \
|
480
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3, _TArg4); \
|
481
|
+
} \
|
482
|
+
! template <size_t _Sz> \
|
483
|
+
inline \
|
484
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3, _TType4 _TArg4) \
|
485
|
+
{ \
|
486
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz, _TArg1, _TArg2, _TArg3, _TArg4), _Dst); \
|
487
|
+
} \
|
488
|
+
template <> \
|
489
|
+
inline \
|
490
|
+
*************** typedef __time64_t time_t; /* time
|
491
|
+
*** 1194,1204 ****
|
492
|
+
{ \
|
493
|
+
return __insecure_##_FuncName(_HArg1, _Dst, _TArg1); \
|
494
|
+
} \
|
495
|
+
! template <size_t _Size> \
|
496
|
+
inline \
|
497
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Size], _TType1 _TArg1) \
|
498
|
+
{ \
|
499
|
+
! _ReturnPolicy(_SecureFuncName(_HArg1, _Dst, _Size, _TArg1), _Dst); \
|
500
|
+
} \
|
501
|
+
template <> \
|
502
|
+
inline \
|
503
|
+
--- 1194,1204 ----
|
504
|
+
{ \
|
505
|
+
return __insecure_##_FuncName(_HArg1, _Dst, _TArg1); \
|
506
|
+
} \
|
507
|
+
! template <size_t _Sz> \
|
508
|
+
inline \
|
509
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _DstType (&_Dst)[_Sz], _TType1 _TArg1) \
|
510
|
+
{ \
|
511
|
+
! _ReturnPolicy(_SecureFuncName(_HArg1, _Dst, _Sz, _TArg1), _Dst); \
|
512
|
+
} \
|
513
|
+
template <> \
|
514
|
+
inline \
|
515
|
+
*************** typedef __time64_t time_t; /* time
|
516
|
+
*** 1239,1249 ****
|
517
|
+
{ \
|
518
|
+
return __insecure_##_FuncName(_HArg1, _HArg2, _Dst); \
|
519
|
+
} \
|
520
|
+
! template <size_t _Size> \
|
521
|
+
inline \
|
522
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _HType2 _HArg2, _DstType (&_Dst)[_Size]) \
|
523
|
+
{ \
|
524
|
+
! _ReturnPolicy(_SecureFuncName(_HArg1, _HArg2, _Dst, _Size), _Dst); \
|
525
|
+
} \
|
526
|
+
template <> \
|
527
|
+
inline \
|
528
|
+
--- 1239,1249 ----
|
529
|
+
{ \
|
530
|
+
return __insecure_##_FuncName(_HArg1, _HArg2, _Dst); \
|
531
|
+
} \
|
532
|
+
! template <size_t _Sz> \
|
533
|
+
inline \
|
534
|
+
! _ReturnType __CRTDECL _FuncName(_HType1 _HArg1, _HType2 _HArg2, _DstType (&_Dst)[_Sz]) \
|
535
|
+
{ \
|
536
|
+
! _ReturnPolicy(_SecureFuncName(_HArg1, _HArg2, _Dst, _Sz), _Dst); \
|
537
|
+
} \
|
538
|
+
template <> \
|
539
|
+
inline \
|
540
|
+
*************** typedef __time64_t time_t; /* time
|
541
|
+
*** 1300,1312 ****
|
542
|
+
\
|
543
|
+
__pragma(warning(push)); \
|
544
|
+
__pragma(warning(disable: 4793)); \
|
545
|
+
! template <size_t _Size> \
|
546
|
+
inline \
|
547
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, ...) \
|
548
|
+
{ \
|
549
|
+
va_list _ArgList; \
|
550
|
+
_crt_va_start(_ArgList, _TArg1); \
|
551
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Size, _TArg1, _ArgList), _Dst); \
|
552
|
+
} \
|
553
|
+
__pragma(warning(pop)); \
|
554
|
+
\
|
555
|
+
--- 1300,1312 ----
|
556
|
+
\
|
557
|
+
__pragma(warning(push)); \
|
558
|
+
__pragma(warning(disable: 4793)); \
|
559
|
+
! template <size_t _Sz> \
|
560
|
+
inline \
|
561
|
+
! _ReturnType __CRTDECL _FuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, ...) \
|
562
|
+
{ \
|
563
|
+
va_list _ArgList; \
|
564
|
+
_crt_va_start(_ArgList, _TArg1); \
|
565
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Sz, _TArg1, _ArgList), _Dst); \
|
566
|
+
} \
|
567
|
+
__pragma(warning(pop)); \
|
568
|
+
\
|
569
|
+
*************** typedef __time64_t time_t; /* time
|
570
|
+
*** 1344,1354 ****
|
571
|
+
{ \
|
572
|
+
return __insecure_##_VFuncName(_Dst, _TArg1, _ArgList); \
|
573
|
+
} \
|
574
|
+
! template <size_t _Size> \
|
575
|
+
inline \
|
576
|
+
! _ReturnType __CRTDECL _VFuncName(_DstType (&_Dst)[_Size], _TType1 _TArg1, va_list _ArgList) \
|
577
|
+
{ \
|
578
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Size, _TArg1, _ArgList), _Dst); \
|
579
|
+
} \
|
580
|
+
template <> \
|
581
|
+
inline \
|
582
|
+
--- 1344,1354 ----
|
583
|
+
{ \
|
584
|
+
return __insecure_##_VFuncName(_Dst, _TArg1, _ArgList); \
|
585
|
+
} \
|
586
|
+
! template <size_t _Sz> \
|
587
|
+
inline \
|
588
|
+
! _ReturnType __CRTDECL _VFuncName(_DstType (&_Dst)[_Sz], _TType1 _TArg1, va_list _ArgList) \
|
589
|
+
{ \
|
590
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Sz, _TArg1, _ArgList), _Dst); \
|
591
|
+
} \
|
592
|
+
template <> \
|
593
|
+
inline \
|
594
|
+
*************** typedef __time64_t time_t; /* time
|
595
|
+
*** 1405,1417 ****
|
596
|
+
\
|
597
|
+
__pragma(warning(push)); \
|
598
|
+
__pragma(warning(disable: 4793)); \
|
599
|
+
! template <size_t _Size> \
|
600
|
+
inline \
|
601
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, ...) \
|
602
|
+
{ \
|
603
|
+
va_list _ArgList; \
|
604
|
+
_crt_va_start(_ArgList, _TArg2); \
|
605
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Size, _TArg1, _TArg2, _ArgList), _Dst); \
|
606
|
+
} \
|
607
|
+
__pragma(warning(pop)); \
|
608
|
+
\
|
609
|
+
--- 1405,1417 ----
|
610
|
+
\
|
611
|
+
__pragma(warning(push)); \
|
612
|
+
__pragma(warning(disable: 4793)); \
|
613
|
+
! template <size_t _Sz> \
|
614
|
+
inline \
|
615
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, ...) \
|
616
|
+
{ \
|
617
|
+
va_list _ArgList; \
|
618
|
+
_crt_va_start(_ArgList, _TArg2); \
|
619
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Sz, _TArg1, _TArg2, _ArgList), _Dst); \
|
620
|
+
} \
|
621
|
+
__pragma(warning(pop)); \
|
622
|
+
\
|
623
|
+
*************** typedef __time64_t time_t; /* time
|
624
|
+
*** 1449,1459 ****
|
625
|
+
{ \
|
626
|
+
return __insecure_##_VFuncName(_Dst, _TArg1, _TArg2, _ArgList); \
|
627
|
+
} \
|
628
|
+
! template <size_t _Size> \
|
629
|
+
inline \
|
630
|
+
! _ReturnType __CRTDECL _VFuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, va_list _ArgList) \
|
631
|
+
{ \
|
632
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Size, _TArg1, _TArg2, _ArgList), _Dst); \
|
633
|
+
} \
|
634
|
+
template <> \
|
635
|
+
inline \
|
636
|
+
--- 1449,1459 ----
|
637
|
+
{ \
|
638
|
+
return __insecure_##_VFuncName(_Dst, _TArg1, _TArg2, _ArgList); \
|
639
|
+
} \
|
640
|
+
! template <size_t _Sz> \
|
641
|
+
inline \
|
642
|
+
! _ReturnType __CRTDECL _VFuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, va_list _ArgList) \
|
643
|
+
{ \
|
644
|
+
! _ReturnPolicy(_SecureVFuncName(_Dst, _Sz, _TArg1, _TArg2, _ArgList), _Dst); \
|
645
|
+
} \
|
646
|
+
template <> \
|
647
|
+
inline \
|
648
|
+
*************** typedef __time64_t time_t; /* time
|
649
|
+
*** 1494,1505 ****
|
650
|
+
{ \
|
651
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2); \
|
652
|
+
} \
|
653
|
+
! template <size_t _Size> \
|
654
|
+
inline \
|
655
|
+
! size_t __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2) \
|
656
|
+
{ \
|
657
|
+
size_t _Ret = 0; \
|
658
|
+
! _SecureFuncName(&_Ret, _Dst, _Size, _TArg1, _TArg2); \
|
659
|
+
return (_Ret > 0 ? (_Ret - 1) : _Ret); \
|
660
|
+
} \
|
661
|
+
template <> \
|
662
|
+
--- 1494,1505 ----
|
663
|
+
{ \
|
664
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2); \
|
665
|
+
} \
|
666
|
+
! template <size_t _Sz> \
|
667
|
+
inline \
|
668
|
+
! size_t __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2) \
|
669
|
+
{ \
|
670
|
+
size_t _Ret = 0; \
|
671
|
+
! _SecureFuncName(&_Ret, _Dst, _Sz, _TArg1, _TArg2); \
|
672
|
+
return (_Ret > 0 ? (_Ret - 1) : _Ret); \
|
673
|
+
} \
|
674
|
+
template <> \
|
675
|
+
*************** typedef __time64_t time_t; /* time
|
676
|
+
*** 1543,1554 ****
|
677
|
+
{ \
|
678
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3); \
|
679
|
+
} \
|
680
|
+
! template <size_t _Size> \
|
681
|
+
inline \
|
682
|
+
! size_t __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
683
|
+
{ \
|
684
|
+
size_t _Ret = 0; \
|
685
|
+
! _SecureFuncName(&_Ret, _Dst, _Size, _TArg1, _TArg2, _TArg3); \
|
686
|
+
return (_Ret > 0 ? (_Ret - 1) : _Ret); \
|
687
|
+
} \
|
688
|
+
template <> \
|
689
|
+
--- 1543,1554 ----
|
690
|
+
{ \
|
691
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3); \
|
692
|
+
} \
|
693
|
+
! template <size_t _Sz> \
|
694
|
+
inline \
|
695
|
+
! size_t __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
696
|
+
{ \
|
697
|
+
size_t _Ret = 0; \
|
698
|
+
! _SecureFuncName(&_Ret, _Dst, _Sz, _TArg1, _TArg2, _TArg3); \
|
699
|
+
return (_Ret > 0 ? (_Ret - 1) : _Ret); \
|
700
|
+
} \
|
701
|
+
template <> \
|
702
|
+
*************** typedef __time64_t time_t; /* time
|
703
|
+
*** 1590,1600 ****
|
704
|
+
{ \
|
705
|
+
return __insecure_##_FuncName(_Dst); \
|
706
|
+
} \
|
707
|
+
! template <size_t _Size> \
|
708
|
+
inline \
|
709
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size]) \
|
710
|
+
{ \
|
711
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size), _Dst); \
|
712
|
+
} \
|
713
|
+
template <> \
|
714
|
+
inline \
|
715
|
+
--- 1590,1600 ----
|
716
|
+
{ \
|
717
|
+
return __insecure_##_FuncName(_Dst); \
|
718
|
+
} \
|
719
|
+
! template <size_t _Sz> \
|
720
|
+
inline \
|
721
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz]) \
|
722
|
+
{ \
|
723
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz), _Dst); \
|
724
|
+
} \
|
725
|
+
template <> \
|
726
|
+
inline \
|
727
|
+
*************** typedef __time64_t time_t; /* time
|
728
|
+
*** 1633,1643 ****
|
729
|
+
{ \
|
730
|
+
return __insecure_##_FuncName(_Dst, _TArg1); \
|
731
|
+
} \
|
732
|
+
! template <size_t _Size> \
|
733
|
+
inline \
|
734
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1) \
|
735
|
+
{ \
|
736
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size, _TArg1), _Dst); \
|
737
|
+
} \
|
738
|
+
template <> \
|
739
|
+
inline \
|
740
|
+
--- 1633,1643 ----
|
741
|
+
{ \
|
742
|
+
return __insecure_##_FuncName(_Dst, _TArg1); \
|
743
|
+
} \
|
744
|
+
! template <size_t _Sz> \
|
745
|
+
inline \
|
746
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1) \
|
747
|
+
{ \
|
748
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz, _TArg1), _Dst); \
|
749
|
+
} \
|
750
|
+
template <> \
|
751
|
+
inline \
|
752
|
+
*************** typedef __time64_t time_t; /* time
|
753
|
+
*** 1676,1686 ****
|
754
|
+
{ \
|
755
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2); \
|
756
|
+
} \
|
757
|
+
! template <size_t _Size> \
|
758
|
+
inline \
|
759
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2) \
|
760
|
+
{ \
|
761
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size, _TArg1, _TArg2), _Dst); \
|
762
|
+
} \
|
763
|
+
template <> \
|
764
|
+
inline \
|
765
|
+
--- 1676,1686 ----
|
766
|
+
{ \
|
767
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2); \
|
768
|
+
} \
|
769
|
+
! template <size_t _Sz> \
|
770
|
+
inline \
|
771
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2) \
|
772
|
+
{ \
|
773
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz, _TArg1, _TArg2), _Dst); \
|
774
|
+
} \
|
775
|
+
template <> \
|
776
|
+
inline \
|
777
|
+
*************** typedef __time64_t time_t; /* time
|
778
|
+
*** 1719,1729 ****
|
779
|
+
{ \
|
780
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3); \
|
781
|
+
} \
|
782
|
+
! template <size_t _Size> \
|
783
|
+
inline \
|
784
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Size], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
785
|
+
{ \
|
786
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Size, _TArg1, _TArg2, _TArg3), _Dst); \
|
787
|
+
} \
|
788
|
+
template <> \
|
789
|
+
inline \
|
790
|
+
--- 1719,1729 ----
|
791
|
+
{ \
|
792
|
+
return __insecure_##_FuncName(_Dst, _TArg1, _TArg2, _TArg3); \
|
793
|
+
} \
|
794
|
+
! template <size_t _Sz> \
|
795
|
+
inline \
|
796
|
+
! _ReturnType __CRTDECL _FuncName(_SecureDstType (&_Dst)[_Sz], _TType1 _TArg1, _TType2 _TArg2, _TType3 _TArg3) \
|
797
|
+
{ \
|
798
|
+
! _ReturnPolicy(_SecureFuncName(_Dst, _Sz, _TArg1, _TArg2, _TArg3), _Dst); \
|
799
|
+
} \
|
800
|
+
template <> \
|
801
|
+
inline \
|
802
|
+
Index: deque
|
803
|
+
===================================================================
|
804
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/deque,v
|
805
|
+
retrieving revision 1.1
|
806
|
+
retrieving revision 1.2
|
807
|
+
diff -c -3 -p -r1.1 -r1.2
|
808
|
+
*** deque 29 Jan 2008 21:05:21 -0000 1.1
|
809
|
+
--- deque 21 Apr 2008 15:37:01 -0000 1.2
|
810
|
+
*************** public:
|
811
|
+
*** 61,68 ****
|
812
|
+
_Deque_const_iterator<_Ty, _Alloc, false>,
|
813
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
814
|
+
|
815
|
+
! friend _Deque_const_iterator<_Ty, _Alloc, false>;
|
816
|
+
! friend _Deque_const_iterator<_Ty, _Alloc, true>;
|
817
|
+
|
818
|
+
_Deque_const_iterator<_Ty, _Alloc, false> _Checked_iterator_base() const
|
819
|
+
{
|
820
|
+
--- 61,67 ----
|
821
|
+
_Deque_const_iterator<_Ty, _Alloc, false>,
|
822
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
823
|
+
|
824
|
+
! friend class _Deque_const_iterator<_Ty, _Alloc, !_SECURE_VALIDATION>;
|
825
|
+
|
826
|
+
_Deque_const_iterator<_Ty, _Alloc, false> _Checked_iterator_base() const
|
827
|
+
{
|
828
|
+
*************** public:
|
829
|
+
*** 356,363 ****
|
830
|
+
_Deque_iterator<_Ty, _Alloc, false>,
|
831
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
832
|
+
|
833
|
+
! friend _Deque_iterator<_Ty, _Alloc, false>;
|
834
|
+
! friend _Deque_iterator<_Ty, _Alloc, true>;
|
835
|
+
|
836
|
+
_Deque_iterator<_Ty, _Alloc, false> _Checked_iterator_base() const
|
837
|
+
{
|
838
|
+
--- 355,361 ----
|
839
|
+
_Deque_iterator<_Ty, _Alloc, false>,
|
840
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
841
|
+
|
842
|
+
! friend class _Deque_iterator<_Ty, _Alloc, !_SECURE_VALIDATION>;
|
843
|
+
|
844
|
+
_Deque_iterator<_Ty, _Alloc, false> _Checked_iterator_base() const
|
845
|
+
{
|
846
|
+
*************** public:
|
847
|
+
*** 376,382 ****
|
848
|
+
{ // construct with null vector pointer
|
849
|
+
}
|
850
|
+
|
851
|
+
! _Deque_iterator(size_type _Off, const _Mybase::_Mydequebase *_Pdeque)
|
852
|
+
: _Mybase(_Off, _Pdeque)
|
853
|
+
{ // construct with offset _Off in *_Pdeque
|
854
|
+
}
|
855
|
+
--- 374,380 ----
|
856
|
+
{ // construct with null vector pointer
|
857
|
+
}
|
858
|
+
|
859
|
+
! _Deque_iterator(size_type _Off, const typename _Mybase::_Mydequebase *_Pdeque)
|
860
|
+
: _Mybase(_Off, _Pdeque)
|
861
|
+
{ // construct with offset _Off in *_Pdeque
|
862
|
+
}
|
863
|
+
Index: eh.h
|
864
|
+
===================================================================
|
865
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/eh.h,v
|
866
|
+
retrieving revision 1.1
|
867
|
+
retrieving revision 1.3
|
868
|
+
diff -c -3 -p -r1.1 -r1.3
|
869
|
+
*** eh.h 29 Jan 2008 21:05:21 -0000 1.1
|
870
|
+
--- eh.h 21 Apr 2008 13:53:32 -0000 1.3
|
871
|
+
***************
|
872
|
+
*** 30,35 ****
|
873
|
+
--- 30,38 ----
|
874
|
+
#error "eh.h is only for C++!"
|
875
|
+
#endif
|
876
|
+
|
877
|
+
+ namespace std { class type_info; }
|
878
|
+
+ using std::type_info;
|
879
|
+
+
|
880
|
+
/* terminate_handler is the standard name; terminate_function is supported for historical reasons */
|
881
|
+
#ifndef _M_CEE_PURE
|
882
|
+
typedef void (__cdecl *terminate_function)();
|
883
|
+
Index: iosfwd
|
884
|
+
===================================================================
|
885
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/iosfwd,v
|
886
|
+
retrieving revision 1.1
|
887
|
+
retrieving revision 1.2
|
888
|
+
diff -c -3 -p -r1.1 -r1.2
|
889
|
+
*** iosfwd 29 Jan 2008 21:05:21 -0000 1.1
|
890
|
+
--- iosfwd 21 Apr 2008 14:07:00 -0000 1.2
|
891
|
+
*************** struct _Secure_char_traits_tag
|
892
|
+
*** 145,150 ****
|
893
|
+
--- 145,184 ----
|
894
|
+
{
|
895
|
+
};
|
896
|
+
|
897
|
+
+ /* ------------------------------------------------------------------------ */
|
898
|
+
+ /* Forward declare these now because they are used as non-dependent names. */
|
899
|
+
+ namespace _Traits_helper
|
900
|
+
+ {
|
901
|
+
+ template<class _Traits>
|
902
|
+
+ inline
|
903
|
+
+ typename _Traits::char_type *copy_s(typename _Traits::char_type *_First1, size_t _Size,
|
904
|
+
+ const typename _Traits::char_type *_First2, size_t _Count);
|
905
|
+
+ template<class _Traits>
|
906
|
+
+ inline
|
907
|
+
+ typename _Traits::char_type *copy_s(typename _Traits::char_type *_First1, size_t _Size,
|
908
|
+
+ const typename _Traits::char_type *_First2, size_t _Count, _Secure_char_traits_tag);
|
909
|
+
+ template<class _Traits>
|
910
|
+
+ inline
|
911
|
+
+ _SCL_INSECURE_DEPRECATE
|
912
|
+
+ typename _Traits::char_type *copy_s(typename _Traits::char_type *_First1, size_t _Size,
|
913
|
+
+ const typename _Traits::char_type *_First2, size_t _Count, _Unsecure_char_traits_tag);
|
914
|
+
+ template<class _Traits>
|
915
|
+
+ inline
|
916
|
+
+ typename _Traits::char_type *move_s(typename _Traits::char_type *_First1, size_t _Size,
|
917
|
+
+ const typename _Traits::char_type *_First2, size_t _Count);
|
918
|
+
+ template<class _Traits>
|
919
|
+
+ inline
|
920
|
+
+ typename _Traits::char_type *move_s(typename _Traits::char_type *_First1, size_t _Size,
|
921
|
+
+ const typename _Traits::char_type *_First2, size_t _Count, _Secure_char_traits_tag);
|
922
|
+
+ template<class _Traits>
|
923
|
+
+ inline
|
924
|
+
+ _SCL_INSECURE_DEPRECATE
|
925
|
+
+ typename _Traits::char_type *move_s(typename _Traits::char_type *_First1, size_t _Size,
|
926
|
+
+ const typename _Traits::char_type *_First2, size_t _Count, _Unsecure_char_traits_tag);
|
927
|
+
+
|
928
|
+
+ } // namespace _Traits_helper
|
929
|
+
+ /* ------------------------------------------------------------------------ */
|
930
|
+
+
|
931
|
+
// TEMPLATE STRUCT _Char_traits_base
|
932
|
+
// Used to define the Secure_char_traits tag. This typedef is used
|
933
|
+
// only for user defined char_traits. A user defined char_traits should
|
934
|
+
Index: iterator
|
935
|
+
===================================================================
|
936
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/iterator,v
|
937
|
+
retrieving revision 1.1
|
938
|
+
retrieving revision 1.2
|
939
|
+
diff -c -3 -p -r1.1 -r1.2
|
940
|
+
*** iterator 29 Jan 2008 21:05:21 -0000 1.1
|
941
|
+
--- iterator 21 Apr 2008 14:18:44 -0000 1.2
|
942
|
+
*************** template <class _Cont, class _Iter = typ
|
943
|
+
*** 361,367 ****
|
944
|
+
typename _STD iterator_traits<_Iter>::pointer,
|
945
|
+
typename _STD iterator_traits<_Iter>::reference>
|
946
|
+
{
|
947
|
+
! friend class checked_iterator;
|
948
|
+
public:
|
949
|
+
typedef checked_iterator<_Cont, _Iter> _Myt;
|
950
|
+
typedef typename _STD iterator_traits<_Iter>::difference_type difference_type;
|
951
|
+
--- 361,367 ----
|
952
|
+
typename _STD iterator_traits<_Iter>::pointer,
|
953
|
+
typename _STD iterator_traits<_Iter>::reference>
|
954
|
+
{
|
955
|
+
! //friend class checked_iterator;
|
956
|
+
public:
|
957
|
+
typedef checked_iterator<_Cont, _Iter> _Myt;
|
958
|
+
typedef typename _STD iterator_traits<_Iter>::difference_type difference_type;
|
959
|
+
Index: limits
|
960
|
+
===================================================================
|
961
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/limits,v
|
962
|
+
retrieving revision 1.1
|
963
|
+
retrieving revision 1.2
|
964
|
+
diff -c -3 -p -r1.1 -r1.2
|
965
|
+
*** limits 29 Jan 2008 21:05:21 -0000 1.1
|
966
|
+
--- limits 21 Apr 2008 15:37:21 -0000 1.2
|
967
|
+
*************** _STCONSDEF(_Num_base, int, min_exponent)
|
968
|
+
*** 93,110 ****
|
969
|
+
_STCONSDEF(_Num_base, int, min_exponent10)
|
970
|
+
_STCONSDEF(_Num_base, int, radix)
|
971
|
+
|
972
|
+
// TEMPLATE CLASS numeric_limits
|
973
|
+
template<class _Ty>
|
974
|
+
class numeric_limits
|
975
|
+
: public _Num_base
|
976
|
+
{ // numeric limits for arbitrary type _Ty (say little or nothing)
|
977
|
+
public:
|
978
|
+
! static _Ty (__CRTDECL min)() _THROW0()
|
979
|
+
{ // return minimum value
|
980
|
+
return (_Ty(0));
|
981
|
+
}
|
982
|
+
|
983
|
+
! static _Ty (__CRTDECL max)() _THROW0()
|
984
|
+
{ // return maximum value
|
985
|
+
return (_Ty(0));
|
986
|
+
}
|
987
|
+
--- 93,112 ----
|
988
|
+
_STCONSDEF(_Num_base, int, min_exponent10)
|
989
|
+
_STCONSDEF(_Num_base, int, radix)
|
990
|
+
|
991
|
+
+ #define __GCCXML_AVOID_MACRO_EXPANSION
|
992
|
+
+
|
993
|
+
// TEMPLATE CLASS numeric_limits
|
994
|
+
template<class _Ty>
|
995
|
+
class numeric_limits
|
996
|
+
: public _Num_base
|
997
|
+
{ // numeric limits for arbitrary type _Ty (say little or nothing)
|
998
|
+
public:
|
999
|
+
! static _Ty __CRTDECL min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
1000
|
+
{ // return minimum value
|
1001
|
+
return (_Ty(0));
|
1002
|
+
}
|
1003
|
+
|
1004
|
+
! static _Ty __CRTDECL max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
1005
|
+
{ // return maximum value
|
1006
|
+
return (_Ty(0));
|
1007
|
+
}
|
1008
|
+
Index: list
|
1009
|
+
===================================================================
|
1010
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/list,v
|
1011
|
+
retrieving revision 1.1
|
1012
|
+
retrieving revision 1.2
|
1013
|
+
diff -c -3 -p -r1.1 -r1.2
|
1014
|
+
*** list 29 Jan 2008 21:05:21 -0000 1.1
|
1015
|
+
--- list 21 Apr 2008 15:37:01 -0000 1.2
|
1016
|
+
*************** public:
|
1017
|
+
*** 191,198 ****
|
1018
|
+
_Const_iterator<false>,
|
1019
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
1020
|
+
|
1021
|
+
! friend _Const_iterator<false>;
|
1022
|
+
! friend _Const_iterator<true>;
|
1023
|
+
|
1024
|
+
_Const_iterator<false> _Checked_iterator_base() const
|
1025
|
+
{
|
1026
|
+
--- 191,197 ----
|
1027
|
+
_Const_iterator<false>,
|
1028
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
1029
|
+
|
1030
|
+
! friend class _Const_iterator<!_SECURE_VALIDATION>;
|
1031
|
+
|
1032
|
+
_Const_iterator<false> _Checked_iterator_base() const
|
1033
|
+
{
|
1034
|
+
*************** public:
|
1035
|
+
*** 373,380 ****
|
1036
|
+
_Iterator<false>,
|
1037
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
1038
|
+
|
1039
|
+
! friend _Iterator<false>;
|
1040
|
+
! friend _Iterator<true>;
|
1041
|
+
|
1042
|
+
_Iterator<false> _Checked_iterator_base() const
|
1043
|
+
{
|
1044
|
+
--- 372,378 ----
|
1045
|
+
_Iterator<false>,
|
1046
|
+
_Unchanged_checked_iterator_base_type_tag>::_Result _Checked_iterator_base_type;
|
1047
|
+
|
1048
|
+
! friend class _Iterator<!_SECURE_VALIDATION>;
|
1049
|
+
|
1050
|
+
_Iterator<false> _Checked_iterator_base() const
|
1051
|
+
{
|
1052
|
+
Index: locale
|
1053
|
+
===================================================================
|
1054
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/locale,v
|
1055
|
+
retrieving revision 1.1
|
1056
|
+
retrieving revision 1.2
|
1057
|
+
diff -c -3 -p -r1.1 -r1.2
|
1058
|
+
*** locale 29 Jan 2008 21:05:21 -0000 1.1
|
1059
|
+
--- locale 24 Apr 2008 03:14:54 -0000 1.2
|
1060
|
+
*************** public:
|
1061
|
+
*** 64,71 ****
|
1062
|
+
const locale *_Ploc = 0)
|
1063
|
+
{ // return locale category mask and construct standard facet
|
1064
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1065
|
+
! *_Ppf = _NEW_CRT collate<_Elem>(
|
1066
|
+
! _Locinfo(_Ploc->name()));
|
1067
|
+
return (_X_COLLATE);
|
1068
|
+
}
|
1069
|
+
|
1070
|
+
--- 64,73 ----
|
1071
|
+
const locale *_Ploc = 0)
|
1072
|
+
{ // return locale category mask and construct standard facet
|
1073
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1074
|
+
! {
|
1075
|
+
! _Locinfo _Loc(_Ploc->name());
|
1076
|
+
! *_Ppf = _NEW_CRT collate<_Elem>(_Loc);
|
1077
|
+
! }
|
1078
|
+
return (_X_COLLATE);
|
1079
|
+
}
|
1080
|
+
|
1081
|
+
Index: memory
|
1082
|
+
===================================================================
|
1083
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/memory,v
|
1084
|
+
retrieving revision 1.1
|
1085
|
+
retrieving revision 1.2
|
1086
|
+
diff -c -3 -p -r1.1 -r1.2
|
1087
|
+
*** memory 29 Jan 2008 21:05:21 -0000 1.1
|
1088
|
+
--- memory 21 Apr 2008 14:19:05 -0000 1.2
|
1089
|
+
***************
|
1090
|
+
*** 10,15 ****
|
1091
|
+
--- 10,26 ----
|
1092
|
+
#pragma pack(push,_CRT_PACKING)
|
1093
|
+
#pragma warning(push,3)
|
1094
|
+
#endif /* _MSC_VER */
|
1095
|
+
+
|
1096
|
+
+ /* ------------------------------------------------------------------------ */
|
1097
|
+
+ /* Forward declare these now because they are used as non-dependent names. */
|
1098
|
+
+ _STDEXT_BEGIN
|
1099
|
+
+ template<class _InIt, class _FwdIt>
|
1100
|
+
+ inline _FwdIt unchecked_uninitialized_copy(_InIt _First, _InIt _Last, _FwdIt _Dest);
|
1101
|
+
+ template<class _InIt, class _FwdIt, class _Alloc>
|
1102
|
+
+ inline _FwdIt unchecked_uninitialized_copy(_InIt _First, _InIt _Last, _FwdIt _Dest, _Alloc& _Al);
|
1103
|
+
+ _STDEXT_END
|
1104
|
+
+ /* ------------------------------------------------------------------------ */
|
1105
|
+
+
|
1106
|
+
_STD_BEGIN
|
1107
|
+
|
1108
|
+
// TEMPLATE FUNCTION get_temporary_buffer
|
1109
|
+
Index: sal.h
|
1110
|
+
===================================================================
|
1111
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/sal.h,v
|
1112
|
+
retrieving revision 1.1
|
1113
|
+
retrieving revision 1.2
|
1114
|
+
diff -c -3 -p -r1.1 -r1.2
|
1115
|
+
*** sal.h 29 Jan 2008 21:05:21 -0000 1.1
|
1116
|
+
--- sal.h 21 Apr 2008 13:36:06 -0000 1.2
|
1117
|
+
***************
|
1118
|
+
*** 107,113 ****
|
1119
|
+
|
1120
|
+
// choose attribute or __declspec implementation
|
1121
|
+
#ifndef _USE_DECLSPECS_FOR_SAL
|
1122
|
+
! #define _USE_DECLSPECS_FOR_SAL 0
|
1123
|
+
#endif
|
1124
|
+
|
1125
|
+
#if _USE_DECLSPECS_FOR_SAL
|
1126
|
+
--- 107,113 ----
|
1127
|
+
|
1128
|
+
// choose attribute or __declspec implementation
|
1129
|
+
#ifndef _USE_DECLSPECS_FOR_SAL
|
1130
|
+
! #define _USE_DECLSPECS_FOR_SAL 1
|
1131
|
+
#endif
|
1132
|
+
|
1133
|
+
#if _USE_DECLSPECS_FOR_SAL
|
1134
|
+
Index: setjmp.h
|
1135
|
+
===================================================================
|
1136
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/setjmp.h,v
|
1137
|
+
retrieving revision 1.1
|
1138
|
+
retrieving revision 1.2
|
1139
|
+
diff -c -3 -p -r1.1 -r1.2
|
1140
|
+
*** setjmp.h 29 Jan 2008 21:05:21 -0000 1.1
|
1141
|
+
--- setjmp.h 21 Apr 2008 14:19:23 -0000 1.2
|
1142
|
+
*************** int __cdecl setjmp(_Out_ jmp_buf _Buf);
|
1143
|
+
*** 253,259 ****
|
1144
|
+
#ifdef __cplusplus
|
1145
|
+
extern "C"
|
1146
|
+
{
|
1147
|
+
! _CRTIMP __declspec(noreturn) void __cdecl longjmp(_In_ jmp_buf _Buf, _In_ int _Value) throw(...);
|
1148
|
+
}
|
1149
|
+
#else
|
1150
|
+
_CRTIMP __declspec(noreturn) void __cdecl longjmp(_In_ jmp_buf _Buf, _In_ int _Value);
|
1151
|
+
--- 253,259 ----
|
1152
|
+
#ifdef __cplusplus
|
1153
|
+
extern "C"
|
1154
|
+
{
|
1155
|
+
! _CRTIMP __declspec(noreturn) void __cdecl longjmp(_In_ jmp_buf _Buf, _In_ int _Value);
|
1156
|
+
}
|
1157
|
+
#else
|
1158
|
+
_CRTIMP __declspec(noreturn) void __cdecl longjmp(_In_ jmp_buf _Buf, _In_ int _Value);
|
1159
|
+
Index: stddef.h
|
1160
|
+
===================================================================
|
1161
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/stddef.h,v
|
1162
|
+
retrieving revision 1.1
|
1163
|
+
retrieving revision 1.2
|
1164
|
+
diff -c -3 -p -r1.1 -r1.2
|
1165
|
+
*** stddef.h 29 Jan 2008 21:05:21 -0000 1.1
|
1166
|
+
--- stddef.h 9 Jan 2009 13:47:14 -0000 1.2
|
1167
|
+
*************** errno_t __cdecl _get_errno(_Out_ int * _
|
1168
|
+
*** 46,51 ****
|
1169
|
+
--- 46,53 ----
|
1170
|
+
#endif
|
1171
|
+
|
1172
|
+
/* Define offsetof macro */
|
1173
|
+
+ #define offsetof(s,m) ((size_t)__builtin_offsetof(s,m))
|
1174
|
+
+ #if 0 /* replaced for gccxml */
|
1175
|
+
#ifdef __cplusplus
|
1176
|
+
|
1177
|
+
#ifdef _WIN64
|
1178
|
+
*************** errno_t __cdecl _get_errno(_Out_ int * _
|
1179
|
+
*** 63,68 ****
|
1180
|
+
--- 65,71 ----
|
1181
|
+
#endif
|
1182
|
+
|
1183
|
+
#endif /* __cplusplus */
|
1184
|
+
+ #endif /* 0 */
|
1185
|
+
|
1186
|
+
#ifdef _MT
|
1187
|
+
_CRTIMP extern unsigned long __cdecl __threadid(void);
|
1188
|
+
Index: typeinfo
|
1189
|
+
===================================================================
|
1190
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/typeinfo,v
|
1191
|
+
retrieving revision 1.1
|
1192
|
+
retrieving revision 1.2
|
1193
|
+
diff -c -3 -p -r1.1 -r1.2
|
1194
|
+
*** typeinfo 29 Jan 2008 21:05:21 -0000 1.1
|
1195
|
+
--- typeinfo 21 Apr 2008 13:53:32 -0000 1.2
|
1196
|
+
*************** struct __type_info_node {
|
1197
|
+
*** 40,45 ****
|
1198
|
+
--- 40,46 ----
|
1199
|
+
|
1200
|
+
extern __type_info_node __type_info_root_node;
|
1201
|
+
|
1202
|
+
+ namespace std {
|
1203
|
+
class type_info {
|
1204
|
+
public:
|
1205
|
+
virtual ~type_info();
|
1206
|
+
*************** private:
|
1207
|
+
*** 56,61 ****
|
1208
|
+
--- 57,64 ----
|
1209
|
+
_CRTIMP_PURE static const char *__CLRCALL_OR_CDECL _Name_base(const type_info *,__type_info_node* __ptype_info_node);
|
1210
|
+
_CRTIMP_PURE static void __CLRCALL_OR_CDECL _Type_info_dtor(type_info *);
|
1211
|
+
};
|
1212
|
+
+ }
|
1213
|
+
+ using std::type_info;
|
1214
|
+
|
1215
|
+
#if _HAS_EXCEPTIONS
|
1216
|
+
|
1217
|
+
Index: vector
|
1218
|
+
===================================================================
|
1219
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/vector,v
|
1220
|
+
retrieving revision 1.1
|
1221
|
+
retrieving revision 1.2
|
1222
|
+
diff -c -3 -p -r1.1 -r1.2
|
1223
|
+
*** vector 29 Jan 2008 21:05:21 -0000 1.1
|
1224
|
+
--- vector 21 Apr 2008 15:37:38 -0000 1.2
|
1225
|
+
*************** public:
|
1226
|
+
*** 2243,2249 ****
|
1227
|
+
|
1228
|
+
void flip()
|
1229
|
+
{ // toggle all elements
|
1230
|
+
! for (_Vbtype::iterator _Next = _Myvec.begin();
|
1231
|
+
_Next != _Myvec.end(); ++_Next)
|
1232
|
+
*_Next = (_Vbase)~*_Next;
|
1233
|
+
_Trim(_Mysize);
|
1234
|
+
--- 2243,2249 ----
|
1235
|
+
|
1236
|
+
void flip()
|
1237
|
+
{ // toggle all elements
|
1238
|
+
! for (typename _Vbtype::iterator _Next = _Myvec.begin();
|
1239
|
+
_Next != _Myvec.end(); ++_Next)
|
1240
|
+
*_Next = (_Vbase)~*_Next;
|
1241
|
+
_Trim(_Mysize);
|
1242
|
+
Index: xdebug
|
1243
|
+
===================================================================
|
1244
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xdebug,v
|
1245
|
+
retrieving revision 1.1
|
1246
|
+
retrieving revision 1.2
|
1247
|
+
diff -c -3 -p -r1.1 -r1.2
|
1248
|
+
*** xdebug 29 Jan 2008 21:05:21 -0000 1.1
|
1249
|
+
--- xdebug 19 May 2009 12:59:33 -0000 1.2
|
1250
|
+
*************** template<class _Ty>
|
1251
|
+
*** 55,61 ****
|
1252
|
+
--- 55,63 ----
|
1253
|
+
{ // delete from the debug CRT heap even if operator delete exists
|
1254
|
+
if (_Ptr != 0)
|
1255
|
+
{ // worth deleting
|
1256
|
+
+ #if 0
|
1257
|
+
_Ptr->~_Ty();
|
1258
|
+
+ #endif
|
1259
|
+
// delete as _NORMAL_BLOCK, not _CRT_BLOCK, since we might have
|
1260
|
+
// facets allocated by normal new.
|
1261
|
+
free(_Ptr);
|
1262
|
+
*************** public:
|
1263
|
+
*** 72,78 ****
|
1264
|
+
template<class _Other>
|
1265
|
+
struct rebind
|
1266
|
+
{ // convert _DebugHeapAllocator<_Ty> to _DebugHeapAllocator<_Other>
|
1267
|
+
! typedef typename _DebugHeapAllocator<_Other> other;
|
1268
|
+
};
|
1269
|
+
|
1270
|
+
typename allocator<_Ty>::pointer __CLRCALL_OR_CDECL allocate(typename allocator<_Ty>::size_type _Count, const void *)
|
1271
|
+
--- 74,80 ----
|
1272
|
+
template<class _Other>
|
1273
|
+
struct rebind
|
1274
|
+
{ // convert _DebugHeapAllocator<_Ty> to _DebugHeapAllocator<_Other>
|
1275
|
+
! typedef _DebugHeapAllocator<_Other> other;
|
1276
|
+
};
|
1277
|
+
|
1278
|
+
typename allocator<_Ty>::pointer __CLRCALL_OR_CDECL allocate(typename allocator<_Ty>::size_type _Count, const void *)
|
1279
|
+
Index: xhash
|
1280
|
+
===================================================================
|
1281
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xhash,v
|
1282
|
+
retrieving revision 1.1
|
1283
|
+
retrieving revision 1.2
|
1284
|
+
diff -c -3 -p -r1.1 -r1.2
|
1285
|
+
*** xhash 29 Jan 2008 21:05:21 -0000 1.1
|
1286
|
+
--- xhash 21 Apr 2008 15:37:53 -0000 1.2
|
1287
|
+
*************** public:
|
1288
|
+
*** 260,266 ****
|
1289
|
+
}
|
1290
|
+
|
1291
|
+
protected:
|
1292
|
+
! typename _Mylist::_Iterator<0> _Mypos;
|
1293
|
+
};
|
1294
|
+
|
1295
|
+
typedef _List_position _Myvec_value_type;
|
1296
|
+
--- 260,266 ----
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
protected:
|
1300
|
+
! typename _Mylist::template _Iterator<0> _Mypos;
|
1301
|
+
};
|
1302
|
+
|
1303
|
+
typedef _List_position _Myvec_value_type;
|
1304
|
+
Index: xlocale
|
1305
|
+
===================================================================
|
1306
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xlocale,v
|
1307
|
+
retrieving revision 1.1
|
1308
|
+
retrieving revision 1.3
|
1309
|
+
diff -c -3 -p -r1.1 -r1.3
|
1310
|
+
*** xlocale 29 Jan 2008 21:05:21 -0000 1.1
|
1311
|
+
--- xlocale 21 Apr 2008 14:06:27 -0000 1.3
|
1312
|
+
*************** template<class _Dummy>
|
1313
|
+
*** 54,59 ****
|
1314
|
+
--- 54,61 ----
|
1315
|
+
class locale;
|
1316
|
+
template<class _Facet>
|
1317
|
+
const _Facet& __CRTDECL use_facet(const locale&);
|
1318
|
+
+ template<class _Elem>
|
1319
|
+
+ class collate;
|
1320
|
+
|
1321
|
+
// warning 4412 is benign here
|
1322
|
+
#pragma warning(push)
|
1323
|
+
*************** public:
|
1324
|
+
*** 782,789 ****
|
1325
|
+
const locale *_Ploc = 0)
|
1326
|
+
{ // return locale category mask and construct standard facet
|
1327
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1328
|
+
! *_Ppf = _NEW_CRT codecvt<_Elem, _Byte, _Statype>(
|
1329
|
+
! _Locinfo(_Ploc->name()));
|
1330
|
+
return (_X_CTYPE);
|
1331
|
+
}
|
1332
|
+
|
1333
|
+
--- 784,793 ----
|
1334
|
+
const locale *_Ploc = 0)
|
1335
|
+
{ // return locale category mask and construct standard facet
|
1336
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1337
|
+
! {
|
1338
|
+
! _Locinfo _Loc(_Ploc->name());
|
1339
|
+
! *_Ppf = _NEW_CRT codecvt<_Elem, _Byte, _Statype>(_Loc);
|
1340
|
+
! }
|
1341
|
+
return (_X_CTYPE);
|
1342
|
+
}
|
1343
|
+
|
1344
|
+
*************** public:
|
1345
|
+
*** 900,907 ****
|
1346
|
+
const locale *_Ploc = 0)
|
1347
|
+
{ // return locale category mask and construct standard facet
|
1348
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1349
|
+
! *_Ppf = _NEW_CRT codecvt<_Elem, _Byte, _Statype>(
|
1350
|
+
! _Locinfo(_Ploc->name()));
|
1351
|
+
return (_X_CTYPE);
|
1352
|
+
}
|
1353
|
+
|
1354
|
+
--- 904,913 ----
|
1355
|
+
const locale *_Ploc = 0)
|
1356
|
+
{ // return locale category mask and construct standard facet
|
1357
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1358
|
+
! {
|
1359
|
+
! _Locinfo _Loc(_Ploc->name());
|
1360
|
+
! *_Ppf = _NEW_CRT codecvt<_Elem, _Byte, _Statype>(_Loc);
|
1361
|
+
! }
|
1362
|
+
return (_X_CTYPE);
|
1363
|
+
}
|
1364
|
+
|
1365
|
+
*************** public:
|
1366
|
+
*** 1142,1149 ****
|
1367
|
+
const locale *_Ploc = 0)
|
1368
|
+
{ // return locale category mask and construct standard facet
|
1369
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1370
|
+
! *_Ppf = _NEW_CRT codecvt<_Elem, _Byte, _Statype>(
|
1371
|
+
! _Locinfo(_Ploc->name()));
|
1372
|
+
return (_X_CTYPE);
|
1373
|
+
}
|
1374
|
+
|
1375
|
+
--- 1148,1157 ----
|
1376
|
+
const locale *_Ploc = 0)
|
1377
|
+
{ // return locale category mask and construct standard facet
|
1378
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1379
|
+
! {
|
1380
|
+
! _Locinfo _Loc(_Ploc->name());
|
1381
|
+
! *_Ppf = _NEW_CRT codecvt<_Elem, _Byte, _Statype>(_Loc);
|
1382
|
+
! }
|
1383
|
+
return (_X_CTYPE);
|
1384
|
+
}
|
1385
|
+
|
1386
|
+
*************** public:
|
1387
|
+
*** 1484,1491 ****
|
1388
|
+
const locale *_Ploc = 0)
|
1389
|
+
{ // return locale category mask and construct standard facet
|
1390
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1391
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(
|
1392
|
+
! _Locinfo(_Ploc->name()));
|
1393
|
+
return (_X_CTYPE);
|
1394
|
+
}
|
1395
|
+
|
1396
|
+
--- 1492,1501 ----
|
1397
|
+
const locale *_Ploc = 0)
|
1398
|
+
{ // return locale category mask and construct standard facet
|
1399
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1400
|
+
! {
|
1401
|
+
! _Locinfo _Loc(_Ploc->name());
|
1402
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(_Loc);
|
1403
|
+
! }
|
1404
|
+
return (_X_CTYPE);
|
1405
|
+
}
|
1406
|
+
|
1407
|
+
*************** public:
|
1408
|
+
*** 1789,1796 ****
|
1409
|
+
const locale *_Ploc = 0)
|
1410
|
+
{ // return locale category mask and construct standard facet
|
1411
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1412
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(
|
1413
|
+
! _Locinfo(_Ploc->name()));
|
1414
|
+
return (_X_CTYPE);
|
1415
|
+
}
|
1416
|
+
|
1417
|
+
--- 1799,1808 ----
|
1418
|
+
const locale *_Ploc = 0)
|
1419
|
+
{ // return locale category mask and construct standard facet
|
1420
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1421
|
+
! {
|
1422
|
+
! _Locinfo _Loc(_Ploc->name());
|
1423
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(_Loc);
|
1424
|
+
! }
|
1425
|
+
return (_X_CTYPE);
|
1426
|
+
}
|
1427
|
+
|
1428
|
+
*************** public:
|
1429
|
+
*** 2030,2037 ****
|
1430
|
+
const locale *_Ploc = 0)
|
1431
|
+
{ // return locale category mask and construct standard facet
|
1432
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1433
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(
|
1434
|
+
! _Locinfo(_Ploc->name()));
|
1435
|
+
return (_X_CTYPE);
|
1436
|
+
}
|
1437
|
+
|
1438
|
+
--- 2042,2051 ----
|
1439
|
+
const locale *_Ploc = 0)
|
1440
|
+
{ // return locale category mask and construct standard facet
|
1441
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1442
|
+
! {
|
1443
|
+
! _Locinfo _Loc(_Ploc->name());
|
1444
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(_Loc);
|
1445
|
+
! }
|
1446
|
+
return (_X_CTYPE);
|
1447
|
+
}
|
1448
|
+
|
1449
|
+
*************** public:
|
1450
|
+
*** 2304,2311 ****
|
1451
|
+
const locale *_Ploc = 0)
|
1452
|
+
{ // return locale category mask and construct standard facet
|
1453
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1454
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(
|
1455
|
+
! _Locinfo(_Ploc->name()));
|
1456
|
+
return (_X_CTYPE);
|
1457
|
+
}
|
1458
|
+
|
1459
|
+
--- 2318,2327 ----
|
1460
|
+
const locale *_Ploc = 0)
|
1461
|
+
{ // return locale category mask and construct standard facet
|
1462
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1463
|
+
! {
|
1464
|
+
! _Locinfo _Loc(_Ploc->name());
|
1465
|
+
! *_Ppf = _NEW_CRT ctype<_Elem>(_Loc);
|
1466
|
+
! }
|
1467
|
+
return (_X_CTYPE);
|
1468
|
+
}
|
1469
|
+
|
1470
|
+
Index: xlocmes
|
1471
|
+
===================================================================
|
1472
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xlocmes,v
|
1473
|
+
retrieving revision 1.1
|
1474
|
+
retrieving revision 1.2
|
1475
|
+
diff -c -3 -p -r1.1 -r1.2
|
1476
|
+
*** xlocmes 29 Jan 2008 21:05:21 -0000 1.1
|
1477
|
+
--- xlocmes 24 Apr 2008 03:14:54 -0000 1.2
|
1478
|
+
*************** public:
|
1479
|
+
*** 76,83 ****
|
1480
|
+
const locale *_Ploc = 0)
|
1481
|
+
{ // return locale category mask and construct standard facet
|
1482
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1483
|
+
! *_Ppf = _NEW_CRT messages<_Elem>(
|
1484
|
+
! _Locinfo(_Ploc->name()));
|
1485
|
+
return (_X_MESSAGES);
|
1486
|
+
}
|
1487
|
+
|
1488
|
+
--- 76,85 ----
|
1489
|
+
const locale *_Ploc = 0)
|
1490
|
+
{ // return locale category mask and construct standard facet
|
1491
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1492
|
+
! {
|
1493
|
+
! _Locinfo _Loc(_Ploc->name());
|
1494
|
+
! *_Ppf = _NEW_CRT messages<_Elem>(_Loc);
|
1495
|
+
! }
|
1496
|
+
return (_X_MESSAGES);
|
1497
|
+
}
|
1498
|
+
|
1499
|
+
Index: xlocmon
|
1500
|
+
===================================================================
|
1501
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xlocmon,v
|
1502
|
+
retrieving revision 1.1
|
1503
|
+
retrieving revision 1.2
|
1504
|
+
diff -c -3 -p -r1.1 -r1.2
|
1505
|
+
*** xlocmon 29 Jan 2008 21:05:21 -0000 1.1
|
1506
|
+
--- xlocmon 24 Apr 2008 03:14:54 -0000 1.2
|
1507
|
+
*************** public:
|
1508
|
+
*** 280,287 ****
|
1509
|
+
const locale *_Ploc = 0)
|
1510
|
+
{ // return locale category mask and construct standard facet
|
1511
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1512
|
+
! *_Ppf = _NEW_CRT moneypunct<_Elem, _Intl>(
|
1513
|
+
! _Locinfo(_Ploc->name()), 0, true);
|
1514
|
+
return (_X_MONETARY);
|
1515
|
+
}
|
1516
|
+
|
1517
|
+
--- 280,289 ----
|
1518
|
+
const locale *_Ploc = 0)
|
1519
|
+
{ // return locale category mask and construct standard facet
|
1520
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1521
|
+
! {
|
1522
|
+
! _Locinfo _Loc(_Ploc->name());
|
1523
|
+
! *_Ppf = _NEW_CRT moneypunct<_Elem, _Intl>(_Loc, 0, true);
|
1524
|
+
! }
|
1525
|
+
return (_X_MONETARY);
|
1526
|
+
}
|
1527
|
+
|
1528
|
+
*************** public:
|
1529
|
+
*** 373,380 ****
|
1530
|
+
const locale *_Ploc = 0)
|
1531
|
+
{ // return locale category mask and construct standard facet
|
1532
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1533
|
+
! *_Ppf = _NEW_CRT money_get<_Elem, _InIt>(
|
1534
|
+
! _Locinfo(_Ploc->name()));
|
1535
|
+
return (_X_MONETARY);
|
1536
|
+
}
|
1537
|
+
|
1538
|
+
--- 375,384 ----
|
1539
|
+
const locale *_Ploc = 0)
|
1540
|
+
{ // return locale category mask and construct standard facet
|
1541
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1542
|
+
! {
|
1543
|
+
! _Locinfo _Loc(_Ploc->name());
|
1544
|
+
! *_Ppf = _NEW_CRT money_get<_Elem, _InIt>(_Loc);
|
1545
|
+
! }
|
1546
|
+
return (_X_MONETARY);
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
*************** public:
|
1550
|
+
*** 666,673 ****
|
1551
|
+
const locale *_Ploc = 0)
|
1552
|
+
{ // return locale category mask and construct standard facet
|
1553
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1554
|
+
! *_Ppf = _NEW_CRT money_put<_Elem, _OutIt>(
|
1555
|
+
! _Locinfo(_Ploc->name()));
|
1556
|
+
return (_X_MONETARY);
|
1557
|
+
}
|
1558
|
+
|
1559
|
+
--- 670,679 ----
|
1560
|
+
const locale *_Ploc = 0)
|
1561
|
+
{ // return locale category mask and construct standard facet
|
1562
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1563
|
+
! {
|
1564
|
+
! _Locinfo _Loc(_Ploc->name());
|
1565
|
+
! *_Ppf = _NEW_CRT money_put<_Elem, _OutIt>(_Loc);
|
1566
|
+
! }
|
1567
|
+
return (_X_MONETARY);
|
1568
|
+
}
|
1569
|
+
|
1570
|
+
Index: xlocnum
|
1571
|
+
===================================================================
|
1572
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xlocnum,v
|
1573
|
+
retrieving revision 1.1
|
1574
|
+
retrieving revision 1.2
|
1575
|
+
diff -c -3 -p -r1.1 -r1.2
|
1576
|
+
*** xlocnum 29 Jan 2008 21:05:21 -0000 1.1
|
1577
|
+
--- xlocnum 24 Apr 2008 03:14:54 -0000 1.2
|
1578
|
+
*************** public:
|
1579
|
+
*** 111,118 ****
|
1580
|
+
const locale *_Ploc = 0)
|
1581
|
+
{ // return locale category mask and construct standard facet
|
1582
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1583
|
+
! *_Ppf = _NEW_CRT numpunct<_Elem>(
|
1584
|
+
! _Locinfo(_Ploc->name()), 0, true);
|
1585
|
+
return (_X_NUMERIC);
|
1586
|
+
}
|
1587
|
+
|
1588
|
+
--- 111,120 ----
|
1589
|
+
const locale *_Ploc = 0)
|
1590
|
+
{ // return locale category mask and construct standard facet
|
1591
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1592
|
+
! {
|
1593
|
+
! _Locinfo _Loc(_Ploc->name());
|
1594
|
+
! *_Ppf = _NEW_CRT numpunct<_Elem>(_Loc, 0, true);
|
1595
|
+
! }
|
1596
|
+
return (_X_NUMERIC);
|
1597
|
+
}
|
1598
|
+
|
1599
|
+
*************** public:
|
1600
|
+
*** 239,246 ****
|
1601
|
+
const locale *_Ploc = 0)
|
1602
|
+
{ // return locale category mask and construct standard facet
|
1603
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1604
|
+
! *_Ppf = _NEW_CRT num_get<_Elem, _InIt>(
|
1605
|
+
! _Locinfo(_Ploc->name()));
|
1606
|
+
return (_X_NUMERIC);
|
1607
|
+
}
|
1608
|
+
|
1609
|
+
--- 241,250 ----
|
1610
|
+
const locale *_Ploc = 0)
|
1611
|
+
{ // return locale category mask and construct standard facet
|
1612
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1613
|
+
! {
|
1614
|
+
! _Locinfo _Loc(_Ploc->name());
|
1615
|
+
! *_Ppf = _NEW_CRT num_get<_Elem, _InIt>(_Loc);
|
1616
|
+
! }
|
1617
|
+
return (_X_NUMERIC);
|
1618
|
+
}
|
1619
|
+
|
1620
|
+
*************** public:
|
1621
|
+
*** 1032,1039 ****
|
1622
|
+
const locale *_Ploc = 0)
|
1623
|
+
{ // return locale category mask and construct standard facet
|
1624
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1625
|
+
! *_Ppf = _NEW_CRT num_put<_Elem, _OutIt>(
|
1626
|
+
! _Locinfo(_Ploc->name()));
|
1627
|
+
return (_X_NUMERIC);
|
1628
|
+
}
|
1629
|
+
|
1630
|
+
--- 1036,1045 ----
|
1631
|
+
const locale *_Ploc = 0)
|
1632
|
+
{ // return locale category mask and construct standard facet
|
1633
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1634
|
+
! {
|
1635
|
+
! _Locinfo _Loc(_Ploc->name());
|
1636
|
+
! *_Ppf = _NEW_CRT num_put<_Elem, _OutIt>(_Loc);
|
1637
|
+
! }
|
1638
|
+
return (_X_NUMERIC);
|
1639
|
+
}
|
1640
|
+
|
1641
|
+
Index: xloctime
|
1642
|
+
===================================================================
|
1643
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xloctime,v
|
1644
|
+
retrieving revision 1.1
|
1645
|
+
retrieving revision 1.2
|
1646
|
+
diff -c -3 -p -r1.1 -r1.2
|
1647
|
+
*** xloctime 29 Jan 2008 21:05:21 -0000 1.1
|
1648
|
+
--- xloctime 24 Apr 2008 03:14:54 -0000 1.2
|
1649
|
+
*************** public:
|
1650
|
+
*** 97,104 ****
|
1651
|
+
const locale *_Ploc = 0)
|
1652
|
+
{ // return locale category mask and construct standard facet
|
1653
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1654
|
+
! *_Ppf = _NEW_CRT time_get<_Elem, _InIt>(
|
1655
|
+
! _Locinfo(_Ploc->name()));
|
1656
|
+
return (_X_TIME);
|
1657
|
+
}
|
1658
|
+
|
1659
|
+
--- 97,106 ----
|
1660
|
+
const locale *_Ploc = 0)
|
1661
|
+
{ // return locale category mask and construct standard facet
|
1662
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1663
|
+
! {
|
1664
|
+
! _Locinfo _Loc(_Ploc->name());
|
1665
|
+
! *_Ppf = _NEW_CRT time_get<_Elem, _InIt>(_Loc);
|
1666
|
+
! }
|
1667
|
+
return (_X_TIME);
|
1668
|
+
}
|
1669
|
+
|
1670
|
+
*************** public:
|
1671
|
+
*** 458,465 ****
|
1672
|
+
const locale *_Ploc = 0)
|
1673
|
+
{ // return locale category mask and construct standard facet
|
1674
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1675
|
+
! *_Ppf = _NEW_CRT time_put<_Elem, _OutIt>(
|
1676
|
+
! _Locinfo(_Ploc->name()));
|
1677
|
+
return (_X_TIME);
|
1678
|
+
}
|
1679
|
+
|
1680
|
+
--- 460,469 ----
|
1681
|
+
const locale *_Ploc = 0)
|
1682
|
+
{ // return locale category mask and construct standard facet
|
1683
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1684
|
+
! {
|
1685
|
+
! _Locinfo _Loc(_Ploc->name());
|
1686
|
+
! *_Ppf = _NEW_CRT time_put<_Elem, _OutIt>(_Loc);
|
1687
|
+
! }
|
1688
|
+
return (_X_TIME);
|
1689
|
+
}
|
1690
|
+
|
1691
|
+
*************** public:
|
1692
|
+
*** 591,598 ****
|
1693
|
+
const locale *_Ploc = 0)
|
1694
|
+
{ // return locale category mask and construct standard facet
|
1695
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1696
|
+
! *_Ppf = _NEW_CRT time_put<_Elem, _OutIt>(
|
1697
|
+
! _Locinfo(_Ploc->name()));
|
1698
|
+
return (_X_TIME);
|
1699
|
+
}
|
1700
|
+
|
1701
|
+
--- 595,604 ----
|
1702
|
+
const locale *_Ploc = 0)
|
1703
|
+
{ // return locale category mask and construct standard facet
|
1704
|
+
if (_Ppf != 0 && *_Ppf == 0)
|
1705
|
+
! {
|
1706
|
+
! _Locinfo _Loc(_Ploc->name());
|
1707
|
+
! *_Ppf = _NEW_CRT time_put<_Elem, _OutIt>(_Loc);
|
1708
|
+
! }
|
1709
|
+
return (_X_TIME);
|
1710
|
+
}
|
1711
|
+
|
1712
|
+
Index: xstddef
|
1713
|
+
===================================================================
|
1714
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xstddef,v
|
1715
|
+
retrieving revision 1.1
|
1716
|
+
retrieving revision 1.2
|
1717
|
+
diff -c -3 -p -r1.1 -r1.2
|
1718
|
+
*** xstddef 29 Jan 2008 21:05:21 -0000 1.1
|
1719
|
+
--- xstddef 21 Apr 2008 13:36:23 -0000 1.2
|
1720
|
+
*************** _STD_BEGIN
|
1721
|
+
*** 33,39 ****
|
1722
|
+
#endif /* _THROWS */
|
1723
|
+
|
1724
|
+
#define _THROW0() throw ()
|
1725
|
+
! #define _THROW1(x) throw (...)
|
1726
|
+
|
1727
|
+
#define _THROW(x, y) throw x(y)
|
1728
|
+
#define _THROW_NCEE(x, y) _THROW(x, y)
|
1729
|
+
--- 33,39 ----
|
1730
|
+
#endif /* _THROWS */
|
1731
|
+
|
1732
|
+
#define _THROW0() throw ()
|
1733
|
+
! #define _THROW1(x) throw (x)
|
1734
|
+
|
1735
|
+
#define _THROW(x, y) throw x(y)
|
1736
|
+
#define _THROW_NCEE(x, y) _THROW(x, y)
|
1737
|
+
Index: xutility
|
1738
|
+
===================================================================
|
1739
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/xutility,v
|
1740
|
+
retrieving revision 1.1
|
1741
|
+
retrieving revision 1.2
|
1742
|
+
diff -c -3 -p -r1.1 -r1.2
|
1743
|
+
*** xutility 29 Jan 2008 21:05:21 -0000 1.1
|
1744
|
+
--- xutility 21 Apr 2008 13:54:00 -0000 1.2
|
1745
|
+
***************
|
1746
|
+
*** 12,19 ****
|
1747
|
+
--- 12,48 ----
|
1748
|
+
#pragma warning(push,3)
|
1749
|
+
#endif /* _MSC_VER */
|
1750
|
+
|
1751
|
+
+ /* GCC-XML simulation of MSVC builtin __is_base_of. */
|
1752
|
+
+ #define __is_base_of(base, derived) \
|
1753
|
+
+ __gccxml_is_base_of< base , derived >::value
|
1754
|
+
+ template <class _Base, class _Derived>
|
1755
|
+
+ struct __gccxml_is_base_of
|
1756
|
+
+ {
|
1757
|
+
+ typedef char(&yes_type)[1];
|
1758
|
+
+ typedef char(&no_type)[2];
|
1759
|
+
+ static yes_type check(_Base*);
|
1760
|
+
+ static no_type check(const volatile void*);
|
1761
|
+
+ static _Derived* derived();
|
1762
|
+
+ static const bool value = sizeof(check(derived())) == sizeof(yes_type);
|
1763
|
+
+ };
|
1764
|
+
+
|
1765
|
+
+ /* ------------------------------------------------------------------------ */
|
1766
|
+
+ /* Forward declare these now because they are used as non-dependent names. */
|
1767
|
+
+ _STDEXT_BEGIN
|
1768
|
+
+ template <class _Iterator> class checked_array_iterator;
|
1769
|
+
+ template <class _Iter>
|
1770
|
+
+ checked_array_iterator<_Iter> make_checked_array_iterator(_Iter _Ptr, size_t _Size);
|
1771
|
+
+ _STDEXT_END
|
1772
|
+
+ /* ------------------------------------------------------------------------ */
|
1773
|
+
+
|
1774
|
+
_STD_BEGIN
|
1775
|
+
|
1776
|
+
+ /* ------------------------------------------------------------------------ */
|
1777
|
+
+ /* Forward declare these now because they are used as non-dependent names. */
|
1778
|
+
+ class out_of_range;
|
1779
|
+
+ class invalid_argument;
|
1780
|
+
+ /* ------------------------------------------------------------------------ */
|
1781
|
+
+
|
1782
|
+
// RANGE CHECKED ITERATOR TAGS
|
1783
|
+
struct _Unchecked_iterator_tag
|
1784
|
+
{
|
1785
|
+
*************** template<class _Iter1, class _Iter2> inl
|
1786
|
+
*** 992,999 ****
|
1787
|
+
__CLRCALL_OR_CDECL _Iter_random(const _Iter1&, const _Iter2&)
|
1788
|
+
{ // return category from iterator argument
|
1789
|
+
typename _Iter_random_helper<
|
1790
|
+
! iterator_traits<_Iter1>::iterator_category,
|
1791
|
+
! iterator_traits<_Iter2>::iterator_category>::_Iter_random_cat _Cat;
|
1792
|
+
return (_Cat);
|
1793
|
+
}
|
1794
|
+
|
1795
|
+
--- 1021,1028 ----
|
1796
|
+
__CLRCALL_OR_CDECL _Iter_random(const _Iter1&, const _Iter2&)
|
1797
|
+
{ // return category from iterator argument
|
1798
|
+
typename _Iter_random_helper<
|
1799
|
+
! typename iterator_traits<_Iter1>::iterator_category,
|
1800
|
+
! typename iterator_traits<_Iter2>::iterator_category>::_Iter_random_cat _Cat;
|
1801
|
+
return (_Cat);
|
1802
|
+
}
|
1803
|
+
|
1804
|
+
*************** template<class _Iter1, class _Iter2, cla
|
1805
|
+
*** 1005,1013 ****
|
1806
|
+
__CLRCALL_OR_CDECL _Iter_random(const _Iter1&, const _Iter2&, const _Iter3&)
|
1807
|
+
{ // return category from iterator argument
|
1808
|
+
typename _Iter_random_helper3<
|
1809
|
+
! iterator_traits<_Iter1>::iterator_category,
|
1810
|
+
! iterator_traits<_Iter2>::iterator_category,
|
1811
|
+
! iterator_traits<_Iter3>::iterator_category>::_Iter_random_cat _Cat;
|
1812
|
+
return (_Cat);
|
1813
|
+
}
|
1814
|
+
|
1815
|
+
--- 1034,1042 ----
|
1816
|
+
__CLRCALL_OR_CDECL _Iter_random(const _Iter1&, const _Iter2&, const _Iter3&)
|
1817
|
+
{ // return category from iterator argument
|
1818
|
+
typename _Iter_random_helper3<
|
1819
|
+
! typename iterator_traits<_Iter1>::iterator_category,
|
1820
|
+
! typename iterator_traits<_Iter2>::iterator_category,
|
1821
|
+
! typename iterator_traits<_Iter3>::iterator_category>::_Iter_random_cat _Cat;
|
1822
|
+
return (_Cat);
|
1823
|
+
}
|
1824
|
+
|
1825
|
+
*************** public:
|
1826
|
+
*** 2136,2142 ****
|
1827
|
+
|
1828
|
+
_Checked_iterator_base_type _Checked_iterator_base() const
|
1829
|
+
{
|
1830
|
+
! typename _Checked_iterator_base_type _Base(_CHECKED_BASE(this->current));
|
1831
|
+
return _Base;
|
1832
|
+
}
|
1833
|
+
|
1834
|
+
--- 2165,2171 ----
|
1835
|
+
|
1836
|
+
_Checked_iterator_base_type _Checked_iterator_base() const
|
1837
|
+
{
|
1838
|
+
! _Checked_iterator_base_type _Base(_CHECKED_BASE(this->current));
|
1839
|
+
return _Base;
|
1840
|
+
}
|
1841
|
+
|
1842
|
+
Index: yvals.h
|
1843
|
+
===================================================================
|
1844
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/yvals.h,v
|
1845
|
+
retrieving revision 1.1
|
1846
|
+
retrieving revision 1.6
|
1847
|
+
diff -c -3 -p -r1.1 -r1.6
|
1848
|
+
*** yvals.h 29 Jan 2008 21:05:21 -0000 1.1
|
1849
|
+
--- yvals.h 19 May 2009 13:00:05 -0000 1.6
|
1850
|
+
***************
|
1851
|
+
*** 116,122 ****
|
1852
|
+
#define _STR2WSTR(str) __STR2WSTR(str)
|
1853
|
+
|
1854
|
+
#define __FILEW__ _STR2WSTR(__FILE__)
|
1855
|
+
! #define __FUNCTIONW__ _STR2WSTR(__FUNCTION__)
|
1856
|
+
|
1857
|
+
/* _SECURE_SCL switches: default values */
|
1858
|
+
|
1859
|
+
--- 116,123 ----
|
1860
|
+
#define _STR2WSTR(str) __STR2WSTR(str)
|
1861
|
+
|
1862
|
+
#define __FILEW__ _STR2WSTR(__FILE__)
|
1863
|
+
! #define __FUNCTIONW__ L"<GCCXML-DISABLED>"
|
1864
|
+
! #define L__FUNCTION__ L"<GCCXML-DISABLED>"
|
1865
|
+
|
1866
|
+
/* _SECURE_SCL switches: default values */
|
1867
|
+
|
1868
|
+
***************
|
1869
|
+
*** 181,186 ****
|
1870
|
+
--- 182,207 ----
|
1871
|
+
|
1872
|
+
#endif
|
1873
|
+
|
1874
|
+
+ /* ------------------------------------------------------------------------ */
|
1875
|
+
+ /* Forward declare these now because they are used as non-dependent names. */
|
1876
|
+
+ #ifdef _DEBUG
|
1877
|
+
+
|
1878
|
+
+ #if !defined(_NATIVE_WCHAR_T_DEFINED) && defined(_M_CEE_PURE)
|
1879
|
+
+ extern "C++"
|
1880
|
+
+ #else
|
1881
|
+
+ extern "C"
|
1882
|
+
+ #endif
|
1883
|
+
+ _CRTIMP void __cdecl _invalid_parameter(_In_opt_z_ const wchar_t *, _In_opt_z_ const wchar_t *, _In_opt_z_ const wchar_t *, unsigned int, uintptr_t);
|
1884
|
+
+
|
1885
|
+
+ #else /* _DEBUG */
|
1886
|
+
+
|
1887
|
+
+ extern "C"
|
1888
|
+
+ _CRTIMP void __cdecl _invalid_parameter_noinfo(void);
|
1889
|
+
+
|
1890
|
+
+ #endif /* def _DEBUG */
|
1891
|
+
+ /* ------------------------------------------------------------------------ */
|
1892
|
+
+
|
1893
|
+
+
|
1894
|
+
#if _SECURE_SCL_THROWS
|
1895
|
+
|
1896
|
+
#define _SCL_SECURE_INVALID_ARGUMENT_NO_ASSERT _Xinvarg()
|
1897
|
+
*************** _STD_END
|
1898
|
+
*** 529,536 ****
|
1899
|
+
/* VC++ COMPILER PARAMETERS */
|
1900
|
+
#define _LONGLONG __int64
|
1901
|
+
#define _ULONGLONG unsigned __int64
|
1902
|
+
! #define _LLONG_MAX 0x7fffffffffffffff
|
1903
|
+
! #define _ULLONG_MAX 0xffffffffffffffff
|
1904
|
+
|
1905
|
+
/* INTEGER PROPERTIES */
|
1906
|
+
#define _C2 1 /* 0 if not 2's complement */
|
1907
|
+
--- 550,557 ----
|
1908
|
+
/* VC++ COMPILER PARAMETERS */
|
1909
|
+
#define _LONGLONG __int64
|
1910
|
+
#define _ULONGLONG unsigned __int64
|
1911
|
+
! #define _LLONG_MAX 0x7fffffffffffffffi64
|
1912
|
+
! #define _ULLONG_MAX 0xffffffffffffffffui64
|
1913
|
+
|
1914
|
+
/* INTEGER PROPERTIES */
|
1915
|
+
#define _C2 1 /* 0 if not 2's complement */
|
1916
|
+
*************** _C_STD_END
|
1917
|
+
*** 822,828 ****
|
1918
|
+
|
1919
|
+
#ifdef _MSC_VER
|
1920
|
+
#define _EXTERN_TEMPLATE template
|
1921
|
+
! #define _THROW_BAD_ALLOC _THROW1(...)
|
1922
|
+
#pragma pack(pop)
|
1923
|
+
#endif /* _MSC_VER */
|
1924
|
+
|
1925
|
+
--- 843,849 ----
|
1926
|
+
|
1927
|
+
#ifdef _MSC_VER
|
1928
|
+
#define _EXTERN_TEMPLATE template
|
1929
|
+
! #define _THROW_BAD_ALLOC
|
1930
|
+
#pragma pack(pop)
|
1931
|
+
#endif /* _MSC_VER */
|
1932
|
+
|
1933
|
+
Index: CodeAnalysis/sourceannotations.h
|
1934
|
+
===================================================================
|
1935
|
+
RCS file: /cvsroot/GxInclude/Vc9/Include/CodeAnalysis/sourceannotations.h,v
|
1936
|
+
retrieving revision 1.2
|
1937
|
+
retrieving revision 1.3
|
1938
|
+
diff -c -3 -p -r1.2 -r1.3
|
1939
|
+
*** CodeAnalysis/sourceannotations.h 29 Feb 2008 16:31:44 -0000 1.2
|
1940
|
+
--- CodeAnalysis/sourceannotations.h 29 Feb 2008 16:33:19 -0000 1.3
|
1941
|
+
*************** typedef unsigned short wchar_t;
|
1942
|
+
*** 32,38 ****
|
1943
|
+
|
1944
|
+
#ifdef __cplusplus
|
1945
|
+
#define SA( id ) id
|
1946
|
+
! #define REPEATABLE [repeatable]
|
1947
|
+
#else // !__cplusplus
|
1948
|
+
#define SA( id ) SA_##id
|
1949
|
+
#define REPEATABLE
|
1950
|
+
--- 32,38 ----
|
1951
|
+
|
1952
|
+
#ifdef __cplusplus
|
1953
|
+
#define SA( id ) id
|
1954
|
+
! #define REPEATABLE
|
1955
|
+
#else // !__cplusplus
|
1956
|
+
#define SA( id ) SA_##id
|
1957
|
+
#define REPEATABLE
|
1958
|
+
*************** typedef enum SA( AccessType ) SA( Access
|
1959
|
+
*** 66,72 ****
|
1960
|
+
#ifndef SAL_NO_ATTRIBUTE_DECLARATIONS
|
1961
|
+
|
1962
|
+
REPEATABLE
|
1963
|
+
- [source_annotation_attribute( SA( Parameter ) )]
|
1964
|
+
struct PreAttribute
|
1965
|
+
{
|
1966
|
+
#ifdef __cplusplus
|
1967
|
+
--- 66,71 ----
|
1968
|
+
*************** struct PreAttribute
|
1969
|
+
*** 97,103 ****
|
1970
|
+
};
|
1971
|
+
|
1972
|
+
REPEATABLE
|
1973
|
+
- [source_annotation_attribute( SA( Parameter )|SA( ReturnValue ) )]
|
1974
|
+
struct PostAttribute
|
1975
|
+
{
|
1976
|
+
#ifdef __cplusplus
|
1977
|
+
--- 96,101 ----
|
1978
|
+
*************** struct PostAttribute
|
1979
|
+
*** 128,134 ****
|
1980
|
+
const wchar_t* Condition;
|
1981
|
+
};
|
1982
|
+
|
1983
|
+
- [source_annotation_attribute( SA( Parameter ) )]
|
1984
|
+
struct FormatStringAttribute
|
1985
|
+
{
|
1986
|
+
#ifdef __cplusplus
|
1987
|
+
--- 126,131 ----
|
1988
|
+
*************** struct FormatStringAttribute
|
1989
|
+
*** 140,146 ****
|
1990
|
+
};
|
1991
|
+
|
1992
|
+
REPEATABLE
|
1993
|
+
- [source_annotation_attribute( SA( ReturnValue ) )]
|
1994
|
+
struct InvalidCheckAttribute
|
1995
|
+
{
|
1996
|
+
#ifdef __cplusplus
|
1997
|
+
--- 137,142 ----
|
1998
|
+
*************** struct InvalidCheckAttribute
|
1999
|
+
*** 150,156 ****
|
2000
|
+
long Value;
|
2001
|
+
};
|
2002
|
+
|
2003
|
+
- [source_annotation_attribute( SA( Method ) )]
|
2004
|
+
struct SuccessAttribute
|
2005
|
+
{
|
2006
|
+
#ifdef __cplusplus
|
2007
|
+
--- 146,151 ----
|
2008
|
+
*************** struct SuccessAttribute
|
2009
|
+
*** 161,167 ****
|
2010
|
+
};
|
2011
|
+
|
2012
|
+
REPEATABLE
|
2013
|
+
- [source_annotation_attribute( SA( Parameter ) )]
|
2014
|
+
struct PreBoundAttribute
|
2015
|
+
{
|
2016
|
+
#ifdef __cplusplus
|
2017
|
+
--- 156,161 ----
|
2018
|
+
*************** struct PreBoundAttribute
|
2019
|
+
*** 171,177 ****
|
2020
|
+
};
|
2021
|
+
|
2022
|
+
REPEATABLE
|
2023
|
+
- [source_annotation_attribute( SA( Parameter )|SA( ReturnValue ) )]
|
2024
|
+
struct PostBoundAttribute
|
2025
|
+
{
|
2026
|
+
#ifdef __cplusplus
|
2027
|
+
--- 165,170 ----
|
2028
|
+
*************** struct PostBoundAttribute
|
2029
|
+
*** 181,187 ****
|
2030
|
+
};
|
2031
|
+
|
2032
|
+
REPEATABLE
|
2033
|
+
- [source_annotation_attribute( SA( Parameter ) )]
|
2034
|
+
struct PreRangeAttribute
|
2035
|
+
{
|
2036
|
+
#ifdef __cplusplus
|
2037
|
+
--- 174,179 ----
|
2038
|
+
*************** struct PreRangeAttribute
|
2039
|
+
*** 193,199 ****
|
2040
|
+
};
|
2041
|
+
|
2042
|
+
REPEATABLE
|
2043
|
+
- [source_annotation_attribute( SA( Parameter )|SA( ReturnValue ) )]
|
2044
|
+
struct PostRangeAttribute
|
2045
|
+
{
|
2046
|
+
#ifdef __cplusplus
|
2047
|
+
--- 185,190 ----
|