j
k
j a
j l
Shunsuke Sogame wrote:
Hi, void foo() { } void test() { boost::addressof(::foo); } doesn't compile under GCC 3.4.4. What happens?
Hi,
void foo() { }
void test() { boost::addressof(::foo); }
doesn't compile under GCC 3.4.4. What happens?
"Function addressof() returns the address of an object." foo is not an object.
Back to the thread
Back to the list