mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 18:50:05 +08:00
7 lines
239 B
C++
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;
|
||
|
|