فهرست منبع

Get examples working, mostly. Some interface expansion for a few of
the adaptors, allowing default construction of UnaryFunction and
Predicate arguments when they are class types.


[SVN r19081]

Dave Abrahams 23 سال پیش
والد
کامیت
0512579bb1
3فایلهای تغییر یافته به همراه4 افزوده شده و 18 حذف شده
  1. 1 1
      libs/iterator
  2. 1 1
      libs/utility
  3. 2 16
      status/Jamfile

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit 1d6f36e35d91b32a3d1ea88f16e60720e1460a7f
+Subproject commit 4c8415a99fb5fd28aaf0364896b867e63aee1eb7

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit c4b7aaf2810c2101700bf2184724fc53ad400a6c
+Subproject commit 074007ab8c22f997287114f4500c1c173aa94d98

+ 2 - 16
status/Jamfile

@@ -22,6 +22,7 @@ subinclude libs/date_time/test ;         # test-suite date_time
 subinclude libs/filesystem/test ;        # test-suite filesystem
 subinclude libs/format/test ;            # test-suite format
 subinclude libs/function/test ;          # test-suite function
+subinclude libs/iterator/test ;          # test-suite iterator
 subinclude libs/math/test ;              # test-suite math
 subinclude libs/numeric/interval/test ;  # test-suite interval
 subinclude libs/optional/test ;          # test-suite optional
@@ -167,22 +168,7 @@ subinclude libs/variant/test ;           # test-suite variant
 
 
     test-suite iterator_adaptors
-        : [ run libs/utility/counting_iterator_test.cpp : # args
-            : # input files
-            : # requirements
-
-            # borland warns incorrectly in this case, so often that
-            # successful compilation is prevented.
-            <borland><*><cxxflags>"-w-8091 -w-8092"
-          ]
-
-          [ run libs/utility/iterator_adaptor_test.cpp ]
-          [ compile-fail libs/utility/iter_adaptor_fail_expected1.cpp ]
-          [ compile-fail libs/utility/iter_adaptor_fail_expected2.cpp ]
-          [ run libs/utility/transform_iterator_test.cpp ]
-          [ run libs/utility/indirect_iterator_test.cpp ]
-          [ run libs/utility/iter_traits_gen_test.cpp ]
-
+        : 
           [ run libs/utility/iterator_adaptor_examples.cpp ]
           [ run libs/utility/counting_iterator_example.cpp ]
           [ run libs/utility/filter_iterator_example.cpp ]

粤ICP备19079148号