mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 10:30: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;
|
|
|