[M5] verify-curated-db.sh + boost recipe (header-only)
This commit is contained in:
8
scripts/curated-snippets/boost.cpp
Normal file
8
scripts/curated-snippets/boost.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <boost/filesystem.hpp>
|
||||
import std;
|
||||
|
||||
int main() {
|
||||
boost::filesystem::path p{"/tmp"};
|
||||
std::println("boost ok: {}", p.string());
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user