patch undefined uintptr_t, thx to Regis Desgroppes

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@609 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-03-17 20:22:14 +00:00
parent 2dd3452a84
commit aab36b5ebb

View file

@ -39,6 +39,7 @@
#include <functional>
#include <stdexcept>
#include <cassert>
#include <stdint.h>
namespace Loki
{
@ -1362,6 +1363,9 @@ namespace std
#endif // SMARTPTR_INC_
// $Log$
// Revision 1.25 2006/03/17 20:22:14 syntheticpp
// patch undefined uintptr_t, thx to Regis Desgroppes
//
// Revision 1.24 2006/03/08 17:07:11 syntheticpp
// replace tabs with 4 spaces in all files
//