Hi ,
 
I  am using boost_1_53_0 for my applications build.  The boost_1_53_0 is throwing the following error message. 
 
boost_1_53_0/boost/functional/hash/extensions.hpp:269:34: error: no matching function for call to ‘hash_value(const Rubedo::Utils::Hashing::HashedString<16>&)’
             return hash_value(val);
                                  ^
 
boost_1_53_0/boost/functional/hash/hash.hpp:187:57: error: no type named ‘type’ in ‘struct boost::hash_detail::basic_numbers<Rubedo::Utils::Hashing::HashedString<16> >’
 
The following code build fine with boost_1_49_0,  but have error with boost_1_53_0 on linux.  Do you have fixes for these ?  Please let me know.
 
Thanks