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