On 05/06/2016 07:39 PM, Dimitry Sibiryakov wrote:
> 06.05.2016 18:19, Adriano dos Santos Fernandes wrote:
>> Also constructor PathName(const PathName&, const string&) would be good.
>     Why? It has the same ambiguity: whether to put dir separator in between 
> or not.
>

If we talk about ctors - no ambiguity. 2 ctors:

PathName(const PathName&, const string&)            // no dirsep between
PathName(const PathName&, const PathName&)     // dirsep between

But I see another reason not to have them - they cause problems when 
PathName(somePath, "abc") is used.


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to