mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T275, general improvement in value object added comparePropertyByIndex
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
/*!
|
||||
* Default base class for CValueObject.
|
||||
*/
|
||||
@@ -113,6 +112,9 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::Index::propertyByIndex
|
||||
using Mixin::Index<Derived>::propertyByIndex;
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Index::comparePropertyByIndex
|
||||
using Mixin::Index<Derived>::comparePropertyByIndex;
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Index::propertyByIndexAsString
|
||||
using Mixin::Index<Derived>::propertyByIndexAsString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user