Télécharger la liste

Description du projet

Yasper (Yet Another Smart Pointer) is a sweet and
simple single-header smart pointer for C++. It
provides a simpler alternative to
boost::shared_ptr and loki::smart_ptr. It uses no
policy templates and requires no external
dependencies.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-17 12:24
1.01

La licence a été changé à la licence zlib. Un bogue qui pointeurs tronqué à des valeurs 32 bits int a été fixée, afin que le code fonctionne maintenant sur les processeurs 64 bits. Dangerous Assignments à long int (converti en pointeur brut) sont désormais autorisées.
Tags: Initial freshmeat announcement
The license was changed to the zlib license. A bug
that truncated pointers to 32-bit int values was
fixed, so the code now works on 64-bit processors.
Dangerous assignments to long int (converted to
raw pointer) are now allowed.

Project Resources