there is no $ with subversion

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@742 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 19:30:16 +00:00
parent 65f4f22526
commit 24cf84a05f
7 changed files with 6 additions and 366 deletions

View file

@ -1595,40 +1595,3 @@ namespace std
#endif // end file guardian
// $Log$
// Revision 1.11 2006/10/17 10:39:29 syntheticpp
// change line ending
//
// Revision 1.10 2006/10/17 10:36:45 syntheticpp
// change line ending
//
// Revision 1.9 2006/10/17 10:06:58 syntheticpp
// workaround for broken msvc/gcc: template friends with template template parameters
//
// Revision 1.8 2006/10/14 00:01:05 rich_sposato
// Added #ifdef sections around policy and implementation classes that only
// work properly in multi-threaded model.
//
// Revision 1.7 2006/05/20 10:25:08 syntheticpp
// enable documentation by removing doxygen warning
//
// Revision 1.6 2006/04/21 21:45:17 rich_sposato
// Corrected comments. Added operator= function. Improved efficiency of
// dtor. Other minor changes.
//
// Revision 1.5 2006/04/19 01:04:26 rich_sposato
// Changed DeleteSingle and DeleteArray policy to not allow use of incomplete
// types.
//
// Revision 1.4 2006/04/16 14:08:46 syntheticpp
// change init order to inheritance order
//
// Revision 1.3 2006/04/16 13:36:26 syntheticpp
// gcc pedantic fix
//
// Revision 1.2 2006/04/06 06:05:20 rich_sposato
// Added LOKI_EXPORT macro.
//
// Revision 1.1 2006/04/05 22:56:58 rich_sposato
// Added StrongPtr class to Loki along with tests for StrongPtr.
//