Boost 1_58_0_rc1 is available for testing
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/ As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. This helps ensure the candidates build OK before we push them out to SourceForge. IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this. The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23 Thanks! -- The release managers
________________________________________ From: Boost [boost-bounces@lists.boost.org] on behalf of Marshall Clow [mclow.lists@gmail.com] Sent: 12 March 2015 01:12 To: Boost Developers List; boost-users@lists.boost.org Subject: [boost] Boost 1_58_0_rc1 is available for testing
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
Successful build on Ubuntu 12.04 gcc 4.6 address-model=64 architecture=x86 John
On 3/11/2015 6:12 PM, Marshall Clow wrote:
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost Several build errors on Windows:
boost/chrono/detail/inlined/win/chrono.hpp(15) : fatal error C1083: Cannot open include file 'boost/detail/winapi/time.hpp': No such file or directory boost/chrono/detail/inlined/win/thread_clock.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory boost/chrono/detail/inlined/win/process_cpu_clock.hpp(22) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory boost/thread/win32/thread_primitives.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory boost/thread/win32/shared_mutex.hpp(12) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory boost\libs\logs\src\windows_version.hpp(32) : fatal error C1083: Cannot open include file 'boost/detail/winapi/config.hpp': No such file or directory boost\libs\logs\src\timestamp.cpp(19) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory boost/log/detail/spin_mutex.hpp(40) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
Le 12/03/15 10:42, Sergey Shandar a écrit :
Several build errors on Windows:
boost/chrono/detail/inlined/win/chrono.hpp(15) : fatal error C1083: Cannot open include file 'boost/detail/winapi/time.hpp': No such file or directory boost/chrono/detail/inlined/win/thread_clock.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory boost/chrono/detail/inlined/win/process_cpu_clock.hpp(22) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory
boost/thread/win32/thread_primitives.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory boost/thread/win32/shared_mutex.hpp(12) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost\libs\logs\src\windows_version.hpp(32) : fatal error C1083: Cannot open include file 'boost/detail/winapi/config.hpp': No such file or directory boost\libs\logs\src\timestamp.cpp(19) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost/log/detail/spin_mutex.hpp(40) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
All these missing files at on the master branch. Please, could you if them are in libs/detail/include/boost/detail/...? Vicente
On Thursday 12 March 2015 19:10:19 Vicente J. Botet Escriba wrote:
Le 12/03/15 10:42, Sergey Shandar a écrit :
Several build errors on Windows:
boost/chrono/detail/inlined/win/chrono.hpp(15) : fatal error C1083: Cannot open include file 'boost/detail/winapi/time.hpp': No such file or directory boost/chrono/detail/inlined/win/thread_clock.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory boost/chrono/detail/inlined/win/process_cpu_clock.hpp(22) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory
boost/thread/win32/thread_primitives.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory boost/thread/win32/shared_mutex.hpp(12) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost\libs\logs\src\windows_version.hpp(32) : fatal error C1083: Cannot open include file 'boost/detail/winapi/config.hpp': No such file or directory boost\libs\logs\src\timestamp.cpp(19) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost/log/detail/spin_mutex.hpp(40) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
All these missing files at on the master branch. Please, could you if them are in libs/detail/include/boost/detail/...?
These headers are part of libs/winapi submodule, which is apparently missing in the RC1 beta1 archives.
On Thu, Mar 12, 2015 at 4:42 AM, Sergey Shandar
On 3/11/2015 6:12 PM, Marshall Clow wrote:
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb 0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28 e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/ mailman/listinfo.cgi/boost
Several build errors on Windows:
boost/chrono/detail/inlined/win/chrono.hpp(15) : fatal error C1083: Cannot open include file 'boost/detail/winapi/time.hpp': No such file or directory boost/chrono/detail/inlined/win/thread_clock.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory boost/chrono/detail/inlined/win/process_cpu_clock.hpp(22) : fatal error C1083: Cannot open include file 'boost/detail/winapi/GetLastError.hpp': No such file or directory
boost/thread/win32/thread_primitives.hpp(18) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory boost/thread/win32/shared_mutex.hpp(12) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost\libs\logs\src\windows_version.hpp(32) : fatal error C1083: Cannot open include file 'boost/detail/winapi/config.hpp': No such file or directory boost\libs\logs\src\timestamp.cpp(19) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
boost/log/detail/spin_mutex.hpp(40) : fatal error C1083: Cannot open include file 'boost/detail/interlocked.hpp': No such file or directory
I'm seeing a bunch of these plus a lot of this one: D:\BoostBuilding\boost_1_58_0_b1\boost/thread/win32/thread_primitives.hpp(18) : fatal error C1083: Cannot open include file: 'boost/detail/interlocked.hpp': No such file or directory
A total of 274 errors for each version of visual c (8.0, 9.0, 10.0, 11.0, 12.0 - 32&64). The full build logs are here: https://gist.github.com/teeks99/dd1e69a21070ff240441#file-boost_1-58-0_b1_rc... https://gist.github.com/teeks99/6bd6af79e108815d9d94#file-boost_1-58-0_b1_rc...
2015-03-12 4:12 GMT+03:00 Marshall Clow
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
Successful build on Ubuntu 14.04 gcc 4.8 address-model=64 architecture=x86 P.S.: running ./b2 headers on master branch results in following errors: $ ./b2 headers /home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project error: Unable to load Jamfile. error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'. error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile.jam'. error: Please consult the documentation at 'http://www.boost.org'. /home/travis/boost-local/tools/build/src/build/project.jam:280: in load-jamfile from module project /home/travis/boost-local/tools/build/src/build/project.jam:64: in project.load from module project /home/travis/boost-local/libs/log/build/log-architecture.jam:23: in load from module log-architecture /home/travis/boost-local/tools/build/src/kernel/modules.jam:289: in modules.import from module modules /home/travis/boost-local/tools/build/src/build/project.jam:1024: in import from module Jamfile libs/log/build/Jamfile.v2:15: in modules.load from module Jamfile /home/travis/boost-local/tools/build/src/build/project.jam:311: in load-jamfile from module project /home/travis/boost-local/tools/build/src/build/project.jam:64: in load from module project /home/travis/boost-local/tools/build/src/build/project.jam:89: in load-used-projects from module project /home/travis/boost-local/tools/build/src/build/project.jam:75: in load from module project /home/travis/boost-local/tools/build/src/build/project.jam:145: in project.find from module project /home/travis/boost-local/tools/build/src/build-system.jam:535: in load from module build-system /home/travis/boost-local/tools/build/src/kernel/modules.jam:289: in import from module modules /home/travis/boost-local/tools/build/src/kernel/bootstrap.jam:139: in boost-build from module /home/travis/boost-local/boost-build.jam:17: in module scope from module Is this a known error? -- Best regards, Antony Polukhin
On 12 March 2015 at 12:16, Antony Polukhin
P.S.: running ./b2 headers on master branch results in following errors:
$ ./b2 headers
/home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'.
Are you fully up to date? That should have been fixed yesterday.
2015-03-12 15:31 GMT+03:00 Daniel James
On 12 March 2015 at 12:16, Antony Polukhin
wrote: P.S.: running ./b2 headers on master branch results in following errors:
$ ./b2 headers
/home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'.
Are you fully up to date? That should have been fixed yesterday.
Issue disappeared after update. Thanks for fixing it yesterday! -- Best regards, Antony Polukhin
On 12 March 2015 at 13:30, Antony Polukhin
2015-03-12 15:31 GMT+03:00 Daniel James
: On 12 March 2015 at 12:16, Antony Polukhin
wrote: P.S.: running ./b2 headers on master branch results in following errors:
$ ./b2 headers
/home/travis/boost-local/tools/build/src/build/project.jam:262: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '/home/travis/boost-local/libs/context/config'.
Are you fully up to date? That should have been fixed yesterday.
Issue disappeared after update. Thanks for fixing it yesterday!
Oh, I didn't fix it. Thanks to Rene and Vladimir.
I'm seeing a weird error on windows:
D:\BoostBuilding\boost_1_58_0_b1>.\bjam --without-mpi --build-type=complete
toolset=msvc-8.0 address-model=32 --prefix=.\ --libdir=lib32-8.0
--includedir=garbage_headers install
Performing configuration checks
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- has_icu builds : no
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no
- iconv (separate) : no
- icu : no
- icu (lib64) : no
- message-compiler : yes
- compiler-supports-ssse3 : no
- compiler-supports-avx2 : no
- gcc visibility : no
- long double support : yes
error: Name clash for '
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
-- The release managers
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Thu, Mar 12, 2015 at 4:01 PM, Tom Kent
On Wed, Mar 11, 2015 at 6:12 PM, Marshall Clow
wrote: Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
I'm seeing a weird error on windows: D:\BoostBuilding\boost_1_58_0_b1>.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 --prefix=.\ --libdir=lib32-8.0 --includedir=garbage_headers install Performing configuration checks
- arm : no - mips1 : no - power : no - sparc : no - x86 : yes - has_icu builds : no warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam - iconv (libc) : no - iconv (separate) : no - icu : no - icu (lib64) : no - message-compiler : yes - compiler-supports-ssse3 : no - compiler-supports-avx2 : no - gcc visibility : no - long double support : yes error: Name clash for '
libboost_system-vc80-mt-sgd-1_58.lib' error: error: Tried to build the target twice, with property sets having error: these incompabile properties: error: error: - none error: - <architecture>x86 error: error: Please make sure to have consistent requirements for these error: properties everywhere in your project, especially for install error: targets. I've never come across that before, can anyone shed light on what it means?
See the IMPORTANT NOTE in the announcement.
On 03/12/2015 12:12 PM, Marshall Clow wrote:
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
...
I do not see the 'convert' component which has been accepted a while ago and sitting in the development branch since then. in the Is there anything that I need to do to see it in the build? Thanks, Vladimir.
On Wed, Mar 11, 2015 at 9:12 PM, Marshall Clow
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
The Boost.Endian library is missing. It was merged to master on 2/15/15. --Beman
I’m building an RC2 which contains endian and winapi, and will post an
announcement here as soon as it passes basic smoke tests.
Sorry for the inconvenience.
— Marshall
On Thu, Mar 12, 2015 at 4:43 PM, Beman Dawes
On Wed, Mar 11, 2015 at 9:12 PM, Marshall Clow
wrote: Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
The Boost.Endian library is missing. It was merged to master on 2/15/15.
--Beman
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Hi Marshall, Am Mittwoch, 11. März 2015, 18:12:47 schrieb Marshall Clow:
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Can you please apply https://github.com/boostorg/boost/pull/71 to the master branch? It cherry-pick one bug fix for the python detection from develop which was checked in 3 years ago. The corresponding ticket are https://svn.boost.org/trac/boost/ticket/6946 https://svn.boost.org/trac/boost/ticket/5677 Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany
Jurgen —
Not before the beta; but certainly before the release.
— Marshall
On Thu, Mar 12, 2015 at 11:58 PM, Jürgen Hunold
Hi Marshall,
Am Mittwoch, 11. März 2015, 18:12:47 schrieb Marshall Clow:
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Can you please apply https://github.com/boostorg/boost/pull/71 to the master branch? It cherry-pick one bug fix for the python detection from develop which was checked in 3 years ago.
The corresponding ticket are https://svn.boost.org/trac/boost/ticket/6946 https://svn.boost.org/trac/boost/ticket/5677
Yours,
Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
I see a 'sort' directory under libs. However it only contains a docs directory. Is this library supposed to be in? Thanks, Aparna On 03/11/15 18:12, Marshall Clow wrote:
Release candidate files for 1.58.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
IMPORTANT NOTE: There is a bug with the build scripts; you have to specify the address-mode and architecture to b2. I used: ./b2 address-model=64 architecture=x86 to test this.
The files (and associated md5s) are: MD5 (boost_1_58_0_b1_rc1.7z) = 302c7dfc917227843d24beed33ccc99c MD5 (boost_1_58_0_b1_rc1.tar.bz2) = d7d030e85bf5534a328c108c62a7fb0e MD5 (boost_1_58_0_b1_rc1.tar.gz) = ec90cd23bdc99c5eaf88245ea94a28e0 MD5 (boost_1_58_0_b1_rc1.zip) = dc8379fb95c84fe2fca53a4b2c96da23
Thanks!
-- The release managers
_______________________________________________ Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On Fri, Mar 13, 2015 at 11:44 AM, Aparna Kumta
I see a 'sort' directory under libs. However it only contains a docs directory. Is this library supposed to be in?
Yes, it's definitely supposed to be in, it has code in boost/sort, and the tests run cleanly. Is there something it's missing? I made a link fix to the index.html in its root directory in the master for https://github.com/boostorg/sort on 3/13. Is there any way to verify that it has been pulled into the boost master? I'm not sure how the linking in of separate modular libraries works.
participants (13)
-
Andrey Semashev
-
Antony Polukhin
-
Aparna Kumta
-
Beman Dawes
-
Daniel James
-
Fletcher, John P
-
Jürgen Hunold
-
Marshall Clow
-
Sergey Shandar
-
Steven Ross
-
Tom Kent
-
Vicente J. Botet Escriba
-
Vladimir Batov