don't break old ScopeGuard code
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@531 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
1cd7d08d7c
commit
51335c7899
2 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
// $Header$
|
||||
|
||||
#include <loki/RefToValue.h>
|
||||
|
||||
/// \defgroup ExceptionGroup Exception-safe code
|
||||
|
||||
namespace Loki
|
||||
|
@ -361,6 +363,9 @@ namespace Loki
|
|||
#endif //LOKI_SCOPEGUARD_H_
|
||||
|
||||
// $Log$
|
||||
// Revision 1.6 2006/02/14 12:11:06 syntheticpp
|
||||
// don't break old ScopeGuard code
|
||||
//
|
||||
// Revision 1.5 2006/02/14 11:54:46 syntheticpp
|
||||
// rename SmartPtr-ByRef and ScopeGuard-ByRefHolder into RefToValue and move it to loki/RefToValue.h
|
||||
//
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
|
||||
#include <loki/ScopeGuard.h>
|
||||
#include <loki/RefToValue.h>
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue