YarikTH / ureact

Functional reactive programming library for c++
Boost Software License 1.0
155 stars 10 forks source link

Raise c++ standard to c++17 #90

Closed YarikTH closed 3 years ago

YarikTH commented 3 years ago

Description

C++17 allows to use "constexpr if", "generalized lambda capture", apply etc. At the same time library has no users, so this can be done without pain.