opencog / atomspace

The OpenCog (hyper-)graph database and graph rewriting system
https://wiki.opencog.org/w/AtomSpace
Other
796 stars 225 forks source link

Use std filesystem #2956

Closed linas closed 2 years ago

linas commented 2 years ago

Use std::filesystem instead of boost::filesystem -- its been available since c++17 and seems to be a mostly drop-in replacement.