boostorg / yap

A C++14-and-later expression template library
https://boostorg.github.io/yap
Boost Software License 1.0
108 stars 28 forks source link

Fix eval_comma() #34

Closed tzlaine closed 6 years ago

tzlaine commented 6 years ago

From Steven Watanabe: detail/default_eval.hpp: 162,310: return eval_comma( Please tell me that I'm reading this wrong and that (a) this can safely return void, and (b) the left argument is evaluated before the right argument.