mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add std::hash <std::pair> specialization
This commit is contained in:
@@ -27,14 +27,6 @@
|
||||
|
||||
namespace beast {
|
||||
|
||||
template <class CharT, class Traits, class Duration1, class Duration2>
|
||||
std::basic_ostream <CharT, Traits>& operator<< (
|
||||
std::basic_ostream<CharT, Traits>& os, std::chrono::time_point <
|
||||
abstract_clock <Duration1>, Duration2> const& tp)
|
||||
{
|
||||
return os;
|
||||
}
|
||||
|
||||
class abstract_clock_tests : public UnitTest
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user