BNLNPPS / xpload

Support communication with databases for experiments
MIT License
1 stars 3 forks source link

xpload 0.8.1 results in a compilation error with clang for user code #32

Closed pinkenburg closed 2 years ago

pinkenburg commented 2 years ago

xpload 0.8.1 results in a compilation error with clang: Capture The Result struct now contains
std::vector paths; instead of the previous std::vector paths; I don't think I want to introduce another header file into all of our codes. If there is no very good reason to leave this as filesystem::path we should go back to strings

plexoos commented 2 years ago

Which version of clang does your code support?

plexoos commented 2 years ago

It appears your code (if that is the code you are referring to) already uses both boost::filesystem and std::filesystem https://github.com/sPHENIX-Collaboration/coresoftware/search?q=filesystem

plexoos commented 2 years ago

Here is a few findings to document this issue better:

plexoos commented 2 years ago

Which version of clang does your code support?