add empty definition to NeverMatched, the AIX compiler needs it, Thanks to Dieter Rosch
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@766 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
4c6d670e3d
commit
37f2743043
2 changed files with 2 additions and 2 deletions
|
@ -998,7 +998,7 @@ namespace Loki
|
|||
CopyArg;
|
||||
|
||||
private:
|
||||
struct NeverMatched;
|
||||
struct NeverMatched {};
|
||||
|
||||
#ifdef LOKI_SMARTPTR_CONVERSION_CONSTRUCTOR_POLICY
|
||||
typedef typename Select< CP::allow, const StoredType&, NeverMatched>::Result ImplicitArg;
|
||||
|
|
|
@ -807,7 +807,7 @@ public:
|
|||
typedef typename ConstnessPolicy< T >::Type & ConstReferenceType;
|
||||
|
||||
private:
|
||||
struct NeverMatched;
|
||||
struct NeverMatched {};
|
||||
|
||||
#ifdef LOKI_SMARTPTR_CONVERSION_CONSTRUCTOR_POLICY
|
||||
typedef typename Select< CP::allow, const StoredType&, NeverMatched>::Result ImplicitArg;
|
||||
|
|
Loading…
Reference in a new issue