From C++20, not needed
This commit is contained in:
parent
04f876dc4f
commit
62f283be0b
1 changed files with 0 additions and 3 deletions
|
|
@ -16,9 +16,6 @@ struct overloaded : Ts... {
|
|||
using Ts::operator()...;
|
||||
};
|
||||
|
||||
template<typename... Ts>
|
||||
overloaded(Ts...) -> overloaded<Ts...>;
|
||||
|
||||
namespace character {
|
||||
namespace characteristic {
|
||||
enum class characType : std::uint8_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue