mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix polymorphic functor
This commit is contained in:
parent
ac5ac257e6
commit
53b99b25f8
9 changed files with 60 additions and 47 deletions
|
@ -11,7 +11,7 @@ namespace sprout {
|
|||
//
|
||||
// hash
|
||||
//
|
||||
template<typename T>
|
||||
template<typename T = void>
|
||||
struct hash {
|
||||
public:
|
||||
typedef T argument_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue