1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 18:50:05 +08:00
SpaceVim/bundle/vim-matchup/test/issues/69/template.cpp

7 lines
239 B
C++
Raw Normal View History

2020-06-13 14:06:35 +08:00
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;