boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
103 stars 113 forks source link

Fixed bug Trac #13038 #50

Closed bmwiedemann closed 7 years ago

bmwiedemann commented 7 years ago

Have constant link order to make builds reproducible. See https://reproducible-builds.org/ for why this is good.

Without this patch g++ would order functions in libboost_container.so.1.64.0 depending on random order of files in the build system's filesystem.

igaztanaga commented 7 years ago

Thanks for the patch