ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

removed constexpr to support older VC compilers. #504

Closed joe2018Outlookcom closed 5 years ago

joe2018Outlookcom commented 5 years ago

In VS2013.5, the following statement causes a compilation error. Problem_2

Notice that the same compatibility is done here. https://github.com/ReactiveX/RxCpp/blob/f38fb8e3c30b01b07c57e08039b2942f1685224d/Rx/v2/src/rxcpp/rx-util.hpp#L67-L72