e5b81dd825 won't compile without this change

This commit is contained in:
Lirusaito
2019-03-24 22:45:41 -04:00
parent e5b81dd825
commit 9ccb015411

View File

@@ -454,8 +454,8 @@ LLSD llsd_shallow(LLSD value, LLSD filter = LLSD());
// Specialization for generating a hash value from an LLSD block.
template <>
struct boost::hash<LLSD>
namespace boost {
template<> struct hash<LLSD>
{
typedef LLSD argument_type;
typedef std::size_t result_type;
@@ -516,5 +516,6 @@ struct boost::hash<LLSD>
return seed;
}
};
}
#endif // LL_LLSDUTIL_H