On 2013/12/03 09:06, Denis Krjuchkov <de...@crazydev.net> wrote:
> fs/AllocatedPath: use PathTraits::BuildFS
> fs/Traits.hxx: implement BuildFS() method
> fs/Traits.hxx: move definition of AllocatedPath::string to PathTraits
> fs/Traits.hxx: add GetLengthFS()
> fs/AllocatedPath.hxx: add FromFS(std::string) method
> fs/Traits.hxx: don't use g_path_is_absolute
> fs/Traits.hxx: simplify code
> PollGroupWinSelect: delete copy constructor and assignment operator
> PollGroupWinSelect: uninline constructor and destructor

Merged.

+       AllocatedPath(string &&_value):value(_value) {}

I believe we need to add an explicit std::move() here, because the
rvalue reference gets lost, and the normal copy constructor gets
called.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to