Re: [Boost-bugs] [Boost C++ Libraries] #11180: has_set_intersection

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11180: has_set_intersection
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-04-13 07:34:00


#11180: has_set_intersection
-------------------------------+-----------------------
  Reporter: gast128@… | Owner: marshall
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: algorithm
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-----------------------

Comment (by gast128@…):

 Example:
 * int a1[] = {1, 2, 3};
 * int a2[] = {2, 3, 4};
 * int a3[] = {4, 5, 6};

 a1 and a2 have overlap; a1 and a3 not. Basically it is just the
 set_intersection algorithm but without storing the results and break out
 early if possible.

 I get btw a lot of 'trac' errors: 'Submission rejected as potential spam
 (StopForumSpam says this is spam (ip))'

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11180#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC