id summary reporter owner description type status milestone component version severity resolution keywords cc 10063 Option should exist to include ublas entirely from headers without linking to serialization Andrew Medlin Gunter "If you include certain ublas files which you wish to include as headers only without linking to prebuilt libs, you get link errors wanting to link to prebuild serialization library. This problem occurred for example when I included the following in my application: {{{ #include #include #include #include #include #include #include #include #include #include }}} The attached patch introduces an option BOOST_UBLAS_DISABLE_SERIALIZATION which (if defined using a #define) excludes the serialization code. The serialization code is unwanted on my platform for ublas objects, as the platform is obscure and difficult to build the serialization library for it. " Patches new Boost 1.56.0 uBLAS Boost 1.55.0 Problem ublas serialization