Skip to content

Commit be3ac39

Browse files
Merge pull request #293 from chillenzer/add-default-for-scatter-config
Add default for scatter config
2 parents 47e5e28 + f8bc6c0 commit be3ac39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mallocMC/creationPolicies/Scatter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ namespace mallocMC
14111411
}
14121412
};
14131413

1414-
template<typename T, typename U = ScatterConf::DefaultScatterHashingParams>
1414+
template<typename T = ScatterConf::DefaultScatterConfig, typename U = ScatterConf::DefaultScatterHashingParams>
14151415
struct Scatter
14161416
{
14171417
template<typename V>

0 commit comments

Comments
 (0)