mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Removed unused code.
This commit is contained in:
@@ -37,20 +37,6 @@
|
|||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
{
|
{
|
||||||
|
|
||||||
namespace Private
|
|
||||||
{
|
|
||||||
//! \private SFINAE for CValueObject constructor to avoid being selected as a viable copy constructor.
|
|
||||||
template <typename...> struct DecayFirst
|
|
||||||
{
|
|
||||||
using type = void;
|
|
||||||
};
|
|
||||||
//! \private
|
|
||||||
template <typename T, typename... Ts> struct DecayFirst<T, Ts...>
|
|
||||||
{
|
|
||||||
using type = std::decay_t<T>;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Default base class for CValueObject.
|
* Default base class for CValueObject.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user