1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add pointer_cast

This commit is contained in:
bolero-MURAKAMI 2014-11-28 16:19:07 +09:00
parent 897d1e25b6
commit fbb95d9068
36 changed files with 553 additions and 72 deletions

View file

@ -11,5 +11,8 @@
#include <sprout/config.hpp>
#include <sprout/memory/addressof.hpp>
#include <sprout/memory/exempt_ptr.hpp>
#include <sprout/memory/observer_ptr.hpp>
#include <sprout/memory/pointer_cast.hpp>
#include <sprout/memory/get_pointer.hpp>
#endif // #ifndef SPROUT_MEMORY_HPP