Sha256: 653156f59229b335aa7b0dc1a05765e8ff22450c35cf74d1dadf76f79f20b417
Contents?: true
Size: 345 Bytes
Versions: 13
Compression:
Stored size: 345 Bytes
Contents
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SMART_POINTERs_H_ #define DLIB_SMART_POINTERs_H_ #include "smart_pointers/scoped_ptr.h" #include "smart_pointers/shared_ptr.h" #include "smart_pointers/weak_ptr.h" #endif // DLIB_SMART_POINTERs_H_
Version data entries
13 entries across 13 versions & 1 rubygems