3 Commits

Author SHA1 Message Date
Eduardo Bart
f103f3ee62 Minor fix in packed_vector 2012-08-02 08:43:49 -03:00
Eduardo Bart
103daa63e3 Fix compile issues with clang 2012-08-01 18:06:31 -03:00
Eduardo Bart
3bac3dcbb4 Rework stdext classes
Implement new classes:
* stdext::any => ligher replacement for boost::any
* stdext::packed_any => like any but optimized to use less memory
* stdext::shared_object => ligher replacement for std::shared_ptr
* stdext::shared_object_ptr => replacement for boost::intrusive_ptr
* stdext::fast_storage => for storing dynamic data
* stdext::packed_storage => same but with less memory
* stdext::packed_vector => std::vector with less memory

Compiling should be a little faster now because global boost including
is not needed anymore
2012-08-01 09:23:35 -03:00