ecell / ecell4_base

An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation of various cellular phenomena
https://ecell4.e-cell.org/
GNU General Public License v3.0
62 stars 23 forks source link

:green_heart: use boost::mpl::list for boost < 1.68 #467

Closed ToruNiina closed 4 years ago

ToruNiina commented 4 years ago

std::tuple can be used in BOOST_AUTO_TEST_CASE_TEMPLATE only if boost >= 1.68. Because of this, currently azure-pipeline linux is failing.

ToruNiina commented 4 years ago

The CI passes only if both #467 and #468 are merged. I will send a PR that merges those two.