project8 / katydid

Project 8 data analysis package
Other
5 stars 4 forks source link

Problems building with Clang #111

Closed lgladstone closed 6 years ago

lgladstone commented 6 years ago

In copying the old Katydid wiki pages into the modern docs system, I found this listed on a "installation issues" page. If this is still an issue, I'm listing it here so it gets tracked appropriately. If it's not, please close this issue.

nsoblath commented 6 years ago

We moved away from boost::atomic when we adopted C++11, which has its own atomic types. This is no longer a problem.