Loki:: is now part of the macro

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@770 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-26 15:36:20 +00:00
parent 8f7c3b42d7
commit 6060322298

View file

@ -781,7 +781,7 @@ template
template < class > class CheckingPolicy = Loki::AssertCheck,
template < class > class ResetPolicy = Loki::CantResetWithStrong,
template < class > class DeletePolicy = Loki::DeleteSingle,
template < class > class ConstnessPolicy = Loki::LOKI_DEFAULT_CONSTNESS
template < class > class ConstnessPolicy = LOKI_DEFAULT_CONSTNESS
>
class StrongPtr
: public OwnershipPolicy