Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start reducing smells in MC code
[simgrid.git] / src / mc / mc_hash.cpp
index 72dd93c..8e9dc17 100644 (file)
@@ -24,7 +24,8 @@ namespace mc {
 namespace {
 
 class djb_hash {
-  hash_type state_ = 5381ll;
+  hash_type state_ = 5381LL;
+
 public:
   template<class T>
   void update(T& x)