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

add sprout::addressof

This commit is contained in:
bolero-MURAKAMI 2014-08-12 21:33:22 +09:00
parent 22b1ac3f62
commit ab875e84de
4 changed files with 173 additions and 4 deletions

15
sprout/memory.hpp Normal file
View file

@ -0,0 +1,15 @@
/*=============================================================================
Copyright (c) 2011-2014 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_MEMORY_HPP
#define SPROUT_MEMORY_HPP
#include <sprout/config.hpp>
#include <sprout/memory/addressof.hpp>
#include <sprout/memory/exempt_ptr.hpp>
#endif // #ifndef SPROUT_MEMORY_HPP