Pedro Peixoto
Pedro Peixoto
**Correct me if I'm wrong**, but I think the "problem" originates in version 9.0.0 of fmt. This is [because]( https://fmt.dev/dev/api.html#ostream-api): > In order to make a type formattable via std::ostream...
Not only that, but it would be very useful to have a whole set of methods to operate with some type "date", just like in latex. Including, formatting the print...
Hi! I would like to help as best as I can. Do you have a list of all the platforms planned to support CacheLib?
@haowu14 I wanted to share my findings and get an opinion regarding a compatibility issue. I successfully built CacheLib (using the most stable release, `v20240320_stable`) on Ubuntu 24.04 and 22.04....
From what I could deduce, Folly needs at least g++-11. However, the default for Ubuntu 20.04 and 18.04 is g++-9 and g++-7, respectively, thus failing to compile. My suggestion is...