Hi,
What is the difference between using "using std::X" instead of writing
"std::XInstance " every time I use the X instance? Is the latter one
more efficient in the context of compiler dependencies?
Thanks.
What is the difference between using "using std::X" instead of writing
"std::XInstance " every time I use the X instance? Is the latter one
more efficient in the context of compiler dependencies?
Thanks.
Comment