Files
vim-matchup/test/issues/69/template.cpp
Andy K. Massimino a0691e744a Add example for #69
2019-09-01 12:21:32 -04:00

7 lines
239 B
C++

typedef BOOST_DEDUCED_TYPENAME boost::conditional<
boost::is_signed<no_cvr_prefinal_t>::value,
boost::make_signed<no_cvr_prefinal_t>,
boost::type_identity<no_cvr_prefinal_t>
>::type no_cvr_prefinal_lazy_t;