 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Nicolas Pavlidis Guest
|
Posted: Fri Apr 21, 2006 9:06 pm Post subject: Using of nested types |
|
|
Hi!
I've a little question regarding code like this:
class Test
{
public:
typedef std::auto_ptr<Test> TestPtr;
};
// in some cpp - file:
using Test::TestPtr; // not C++
Why is this use of using is not allowed? I know that I can simulate it
with a nother typedef, why is there no uniform way over using?
Thanks,
Nicolas
--
| Nicolas Pavlidis | Elvis Presly: |
| Student of SE & KM | "Into the goto" |
| pavnic (AT) sbox (DOT) tugraz.at | ICQ #320057056 |
| ------------University of Technology, Graz-----------------
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ] |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|