}
namespace std {
- /// default hash functor to support std::unordered_map<SBuf,*>
- template <>
- struct hash<SBuf>
- {
- size_t operator()(const SBuf &) const noexcept;
- };
+/// default hash functor to support std::unordered_map<SBuf,*>
+template <>
+struct hash<SBuf>
+{
+ size_t operator()(const SBuf &) const noexcept;
+};
}
#endif /* SQUID_SBUFALGOS_H_ */
#include "squid.h"
#include "base/CharacterSet.h"
#include "SBuf.h"
-#include "SBufFindTest.h"
#include "SBufAlgos.h"
+#include "SBufFindTest.h"
#include "SBufStream.h"
#include "SquidString.h"
#include "testSBuf.h"
CPPUNIT_ASSERT(i == um.end());
}
}
+