cgal/Mesh_3
Laurent Rineau 7552d76c1b Revert the following commit for that file
| commit 01ee3e94b6
  | Author: Laurent Rineau <laurent.rineau@cgal.org>
  | Date:   Tue Jun 25 12:53:24 2013 +0200
  |
  |     Use 'std::istream::operator!()' twice to replace 'operator bool()' (C++11 only)
  |
  |     Fixes a compilation error from clang:
  |
  |     include/CGAL/IO/File_binary_mesh_3.h:39:10: error: no viable conversion from 'std::ostream' (aka 'basic_ostream<char>') to 'bool'
  |       return os << c3t3;
  |              ^~~~~~~~~~

The return type of operator<< os std::ostream&, and not bool!
2013-08-07 14:16:39 +02:00
..
applications Merge remote-tracking branch 'origin/Mesh_3-improvements-GF' into Mesh_3-improvements-GF-new 2013-02-28 17:10:16 +01:00
demo/Mesh_3 Typos. C++11 stream conversion to bool/void* changes. 2013-07-25 14:15:09 +02:00
doc/Mesh_3 use \cgalCite instead of \cite 2013-08-05 18:25:26 +02:00
doc_tex apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
examples/Mesh_3 Merge remote-tracking branch 'origin/Mesh_3-improvements-GF' into Mesh_3-improvements-GF-new 2013-02-28 17:10:16 +01:00
include/CGAL Revert the following commit for that file 2013-08-07 14:16:39 +02:00
package_info/Mesh_3 Stéphane is gone. I am the maintainer of Mesh_3. 2013-03-28 16:56:27 +01:00
test/Mesh_3 Fix warnings 2013-06-26 14:49:03 +02:00
Doxyfile
README
TODO
dont_submit add doc in dont_submit 2012-11-27 08:42:02 +01:00
stylesheet.css

README

3D mesh package, from Laurent Rineau