// $Id$
// Version: $Name$
//
-// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* this function while the data
* is still or already in memory
* is allowed and has no effect.
- *
- * It is noted that versions of
- * gcc up to at least version
- * 2.95.2 are not thread-safe in
- * the C++ standard
- * library. Thus, parallel in-
- * and/or output may sometimes
- * lead to unreproducable
- * crashes, segmentation faults,
- * or bus errors of programs. You
- * should therefore only call
- * this function if either you
- * are sure that the I/O library
- * distributed with your compiler
- * supports parallel
- * writing/reading, or if you are
- * sure that during the run-time
- * of this function no other I/O
- * operations are active.
*/
void alert ();