QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments
Other
27 stars 35 forks source link

Change CONSTEXPR to constexpr #160

Closed markdewing closed 6 years ago

markdewing commented 6 years ago

C++11 is required to compile, there is no need for this macro.