id summary reporter owner description type status milestone component version severity resolution keywords cc 10545 Bug causing linking problems jlodos@… Robert Ramey "The implementations of is_whitespace functions in basic_text_iprimitive.ipp must be inline. namespace detail { template bool is_whitespace(CharType c); template<> inline bool is_whitespace(char t){ return 0 != std::isspace(t); } #ifndef BOOST_NO_CWCHAR template<> inline bool is_whitespace(wchar_t t){ return 0 != std::iswspace(t); } #endif } // detail Does the code in your package not show this? Robert Ramey" Bugs closed To Be Determined serialization Boost 1.56.0 Problem fixed ramey@…