In message "Re: [dev] rtl::Reference vs. [com::sun::star::]uno::References",
Andreas_Schl・s wrote...

 > From my point of view there can be one "general rule" only:
 >prevent using of "incomplete" namespace declarations.
 >Means:
 >- do not use "using namespace ::rtl"
 >- use intsead "using namespace ::rtl::OUString"
 >- or use namespaces explicit in your code as e.g.
 >"::rtl::OUString sTest;"

+1

IMHO using directives are too much dangerous. As they are used in many source 
codes, 
getting rid of them may not be realistic. But when we have to introduce names 
in a new 
namespace in a source code, I think we should rely on using declarations only.

----
 Takashi Ono(HK Freak)
 mailto:[EMAIL PROTECTED] or [EMAIL PROTECTED]
        (Personal Address, checked every morning/evening and holidays)
 mailto:[EMAIL PROTECTED]
        (Address for business, checked every working days)
 http://www.hkfreak.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to