X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Finputoutput.cpp;h=f9a061c76e78c7b7e77a33ec1d04250328263b70;hp=0dc0fc19dd5a8e6d38ac7bf79ebd89c9705cf92c;hb=f4ab4b5c657e5613caba82feaa81a8a400e4f331;hpb=ec6cc07fed12f5070eee6b8cb11343e83d42533c diff --git a/pv/binding/inputoutput.cpp b/pv/binding/inputoutput.cpp index 0dc0fc1..f9a061c 100644 --- a/pv/binding/inputoutput.cpp +++ b/pv/binding/inputoutput.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -36,7 +35,6 @@ using boost::none; -using std::make_pair; using std::map; using std::pair; using std::shared_ptr; @@ -61,17 +59,18 @@ namespace binding { InputOutput::InputOutput( const map> &options) { - for (pair> o : options) - { + for (const pair>& o : options) { const shared_ptr