]> git.pld-linux.org Git - packages/boost.git/blob - 001-coroutine.patch
- rel 3; bunch of upstream patches (taken and filtered by FC team)
[packages/boost.git] / 001-coroutine.patch
1 ------------------------------------------------------------------------
2 r84947 | danieljames | 2013-07-03 22:57:56 +0100 (Wed, 03 Jul 2013) | 4 lines
3
4 coroutine: fix typo in Jamfile
5
6 From [84622], by olli
7
8 ------------------------------------------------------------------------
9 --- 1_54_0/libs/coroutine/build/Jamfile.v2      (revision 84946)
10 +++ 1_54_0/libs/coroutine/build/Jamfile.v2      (revision 84947)
11 @@ -40,7 +40,7 @@
12      : detail/standard_stack_allocator_posix.cpp
13      ;
14  
15 -explicit yield_sources ;
16 +explicit allocator_sources ;
17  
18  lib boost_coroutine
19      : allocator_sources
This page took 0.054629 seconds and 3 git commands to generate.