|
-
July 21st, 2010, 04:36 AM
#12
Re: [g++] Getting an error while using reinterpret_cast operator
 Originally Posted by laserlight
No, a using directive makes the names from the given namespace available in the scope of the using directive, without qualification. It does not make one namespace equal to another
Sorry, my mistake 
 Originally Posted by laserlight
Yes, but that is a function, not a function object. For your purposes the difference does not matter.
Why would I need use a function object ? If I wanted to use that construction, I unnecessarily would have to define a class - when I don't need one...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|