id summary reporter owner description type status milestone component version severity resolution keywords cc 2114 Patch for export symbols from shared library arhip John Maddock "Attached patch provides macroses: [[BR]] ''BOOST_DSO_EXPORT''[[BR]] ''BOOST_DSO_IMPORT''[[BR]] etc...[[BR]] They specify what symbol to export/import when building/using [[BR]] shared library. Only compilers msvc, borland and gcc affected.[[BR]] For the others toolsets macroses do nothing.[[BR]] Also, all the libraries updated [[BR]] (mainly config.hpp and Jamfile.v2 files) in order to use [[BR]] export/import functionality.[[BR]] Boost.Serialization and Boost.Python wasn't touched because [[BR]] Serialization had a lot of linker errors when running [[BR]] test cases and [[BR]] Boost.Python had it's own gcc export/import stuff. " Patches closed To Be Determined config Boost Development Trunk Cosmetic obsolete symbol export shared library gcc exception dynamic shared object dso braden@…