mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move hardened_hash to container/
This commit is contained in:
@@ -23,3 +23,4 @@
|
||||
|
||||
#include "tests/aged_associative_container.test.cpp"
|
||||
#include "tests/buffer_view.test.cpp"
|
||||
#include "tests/hardened_hash.test.cpp"
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef BEAST_UTILITY_HARDENED_HASH_H_INCLUDED
|
||||
#define BEAST_UTILITY_HARDENED_HASH_H_INCLUDED
|
||||
#ifndef BEAST_CONTAINER_HARDENED_HASH_H_INCLUDED
|
||||
#define BEAST_CONTAINER_HARDENED_HASH_H_INCLUDED
|
||||
|
||||
#include "is_call_possible.h"
|
||||
#include "../utility/is_call_possible.h"
|
||||
|
||||
#include "noexcept.h"
|
||||
#include "../utility/noexcept.h"
|
||||
#include <functional>
|
||||
#include <mutex>
|
||||
#include <random>
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "MurmurHash.h"
|
||||
|
||||
#include "../ByteOrder.h"
|
||||
#include "../utility/hardened_hash.h"
|
||||
#include "../container/hardened_hash.h"
|
||||
|
||||
#include "../utility/noexcept.h"
|
||||
#include <algorithm>
|
||||
|
||||
@@ -31,4 +31,3 @@
|
||||
|
||||
#include "tests/bassert.test.cpp"
|
||||
#include "tests/empty_base_optimization.test.cpp"
|
||||
#include "tests/hardened_hash.test.cpp"
|
||||
|
||||
Reference in New Issue
Block a user