From 3e664e8d954aa3234fd8ca5f32c966beaab4b879 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 3 Feb 2009 03:02:50 +0000 Subject: [PATCH] Removed a confusing comment. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402852 --- examples/pipe_ex_2.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/pipe_ex_2.cpp b/examples/pipe_ex_2.cpp index b44f469ea..b9e8eea51 100644 --- a/examples/pipe_ex_2.cpp +++ b/examples/pipe_ex_2.cpp @@ -80,9 +80,6 @@ public: } // Here we declare our pipe object. It will contain our messages. - // There are only two requirements on the type of objects you can use in a - // pipe, first they must have a default constructor and second they must - // be swappable by a global swap(). pipe_type message_pipe;