cgal/STL_Extension
Laurent Rineau b41acfcc5e Revert those two commits:
| ------------------------------------------------------------------------
  | r65838 | afabri | 2011-10-12 13:01:14 +0200 (Wed, 12 Oct 2011) | 5 lines
  | Changed paths:
  |    M /branches/next/STL_Extension/include/CGAL/assertions.h
  | 
  | When CGAL_NO_ASSERTIONS, fix CGAL_static_assertion 
  | 
  | CGAL_static_assertion cannot be "static_cast<void>(0)" because that
  | macro can also be used in a class or namespace scope.
  | 
  | ------------------------------------------------------------------------
  | r65833 | lrineau | 2011-10-11 23:43:39 +0200 (Tue, 11 Oct 2011) | 6 lines
  | Changed paths:
  |    M /branches/next/STL_Extension/include/CGAL/assertions.h
  | 
  | Avoid a warning with -ansi -pedantic when CGAL_NO_ASSERTIONS
  | 
  | When CGAL_NO_ASSERTIONS is defined (when NDEBUG is defined, for example), 
  | "CGAL_static_assertion(true);" must not be expanded to ";", to avoid a
  | pedantic warning "extra ;".
  | 
  | ------------------------------------------------------------------------

That was just a very wrong way to fix a pedantic warning: the new
implementations were buggy.
2011-10-13 10:24:14 +00:00
..
benchmark/copy_n_benchmark Changed benchmarks to properly function without C++0x. 2011-06-06 15:20:10 +00:00
doc_tex Merged feature-branche Compact_container_reserve-gdamiand into next (test suite is ok, Laurent is ok) 2011-09-29 14:09:40 +00:00
examples/STL_Extension No need to #include <CGAL/basic.h> 2011-03-13 17:27:53 +00:00
include/CGAL Revert those two commits: 2011-10-13 10:24:14 +00:00
package_info/STL_Extension remove executable property from copyright files 2011-10-03 08:18:16 +00:00
src/CGAL Remove from copyright holder 2011-09-21 19:46:31 +00:00
test/STL_Extension Add reserve method in compact container (include file, plus ref manual, plus test). 2011-09-27 12:01:42 +00:00
dont_submit Add "benchmark" to dont_submit 2011-08-26 14:47:45 +00:00