Parcourir la source

respect <sysinclude>

[SVN r13995]
Dave Abrahams il y a 24 ans
Parent
commit
615629487a
8 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 1 1
      libs/graph
  2. 1 1
      libs/math
  3. 1 1
      libs/regex
  4. 1 1
      libs/static_assert
  5. 1 1
      libs/thread
  6. 1 1
      libs/type_traits
  7. 1 1
      status/Jamfile
  8. 1 1
      tools/build

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 834d6ad8fdd0eb256919da02eb3517eb6c5f9594
+Subproject commit eeefccf435e260d663b038da3711cd4e4ff5e102

+ 1 - 1
libs/math

@@ -1 +1 @@
-Subproject commit 842399c620ed432b70f19919d8b39e600f3add2d
+Subproject commit 89f53068dc3e1f35c2854c9131e2c59ad243a0f1

+ 1 - 1
libs/regex

@@ -1 +1 @@
-Subproject commit 992eb043af1f0e0756b22978017eeb9d7a5408a6
+Subproject commit 129cf61f652fe60243c7a97d294e56dfb668a71a

+ 1 - 1
libs/static_assert

@@ -1 +1 @@
-Subproject commit 22bb032a79b754ecbd9fb4383e4eea7e906de975
+Subproject commit 38b5799e33dca084d44c8a798788187ec7996742

+ 1 - 1
libs/thread

@@ -1 +1 @@
-Subproject commit a80d5f159df12a520848bb5fd94bbac2fbeeaf27
+Subproject commit 99109ab78b6f41b175277acabd315069ff31b662

+ 1 - 1
libs/type_traits

@@ -1 +1 @@
-Subproject commit ab9f92f970192cf170f7b0604b1509c71912a455
+Subproject commit e0b24e8baaaff030ec75eccde7b51bccdfb2e2d3

+ 1 - 1
status/Jamfile

@@ -47,7 +47,7 @@ rule boost-test ( sources + : target-type : requirements * : test-name ? )
         result = [
             declare-local-target $(test-name)
             : $(source-files:R=$(BOOST_ROOT)) $(dependencies)  # sources 
-            : $(requirements) <include>$(BOOST_ROOT) # requirements
+            : $(requirements) <sysinclude>$(BOOST_ROOT) # requirements
             :             # default build
             : $(target-type)
         ] ;

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 8e65bd1956b39e02ca10486b8da14b1e504bc41c
+Subproject commit 3e381e3008c95a1f4294da901b30d77a7e8bfe91

粤ICP备19079148号