From c431a66df3df4cff82bfa2d2b2c7b16895a7efd6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 19 Aug 2014 16:40:09 +0200 Subject: uhd: Added an operator/ for (fs_path, size_t) This is useful when constructing property tree paths. With this path, the following code would be valid: size_t mb_index = 0; fs_path mb_root = "/mboards"; mb_root = mb_root / mb_index; This is a shortcut for the (in UHD very common) mb_root = mb_root / boost::lexical_cast