| 464 | } |
| 465 | |
| 466 | inline Boxed_Value void_var() { |
| 467 | static const auto v = Boxed_Value(Boxed_Value::Void_Type()); |
| 468 | return v; |
| 469 | } |
| 470 | |
| 471 | inline Boxed_Value const_var(bool b) { |
| 472 | static const auto t = detail::const_var_impl(true); |
no test coverage detected