fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.32k stars 170 forks source link

compile error #20

Closed qzfzz closed 7 years ago

qzfzz commented 7 years ago

when compiling on commit id: 2f5f14996d539520846239b55d5df6e7e3f0320b common.hh:46:32: fatal error: experimental/vector: No such file or directory

fastio commented 7 years ago

I'll fix it tomorrow.

fastio commented 7 years ago

Please checkout the master branch, and try to compile it. The error is fixed.

qzfzz commented 7 years ago

thanks