mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix addressof implementation
This commit is contained in:
parent
586c9972dc
commit
5b190c8b6e
9 changed files with 34 additions and 28 deletions
|
@ -18,6 +18,9 @@
|
|||
|
||||
namespace sprout {
|
||||
namespace detail {
|
||||
struct address_op_helper {};
|
||||
void operator&(sprout::detail::address_op_helper const&);
|
||||
|
||||
template<typename T>
|
||||
struct has_mem_address_op_test {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue