22 #ifdef _MSC_VER  // Microsoft Visual C++ -- warning level 4 
   23 #pragma warning( disable : 4611)   
   32 , qhsettemp_defined(false)
 
   39     q.qh()->NOerrexit= 
true;
 
   40     q.qh()->maybeThrowQhullMessage(QH_TRY_status);
 
   48 , qhsettemp_defined(false)
 
   66 , qhsettemp_defined(false)
 
   69         throw QhullError(10077, 
"QhullVertexSet: Cannot use copy constructor since qhsettemp_defined (e.g., QhullVertexSet for a set and/or list of QhFacet).  Contains %d vertices", other.
count());
 
   81         throw QhullError(10078, 
"QhullVertexSet: Cannot use copy constructor since qhsettemp_defined (e.g., QhullVertexSet for a set and/or list of QhFacet).  Contains %d vertices", other.
count());
 
  111     std::vector<QhullVertex> vs;
 
  118 #endif //QHULL_NO_STL 
  133 operator<<(ostream &os, 
const QhullVertexSet::PrintIdentifiers &pr)
 
  135     os << pr.print_message;
 
  136     for(QhullVertexSet::const_iterator i= pr.vertex_set->begin(); i!=pr.vertex_set->end(); ++i){
 
  138         os << 
" v" << 
v.id();
 
  146 operator<<(ostream &os, 
const QhullVertexSet::PrintVertexSet &pr){
 
  148     os << pr.print_message;
 
  154         os << 
" p" << p.
id() << 
"(v" << 
v.id() << 
")";