Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/phoenix/statement/switch.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
236 } | 236 } |
237 | 237 |
238 template <typename Cond> | 238 template <typename Cond> |
239 struct switch_gen | 239 struct switch_gen |
240 { | 240 { |
241 switch_gen(Cond const& cond) : cond(cond) {} | 241 switch_gen(Cond const& cond_) : cond(cond_) {} |
242 | 242 |
243 template <typename Cases> | 243 template <typename Cases> |
244 typename expression::switch_< | 244 typename expression::switch_< |
245 Cond | 245 Cond |
246 , Cases | 246 , Cases |