Misc: Update copyright headers
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
// https://stackoverflow.com/questions/2590677/how-do-i-combine-hash-values-in-c0x
|
||||
// SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
|
||||
// SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
|
||||
// https://stackoverflow.com/questions/2590677/how-do-i-combine-hash-values-in-c0x
|
||||
template<typename T, typename... Rest>
|
||||
void hash_combine(std::size_t& seed, const T& v, const Rest&... rest)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user