From: bangerth Date: Tue, 13 Jan 2009 04:06:59 +0000 (+0000) Subject: add X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6dc7c14df2eeb849d07f3603434eae5e4a64b18;p=dealii-svn.git add git-svn-id: https://svn.dealii.org/trunk@18199 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/std_cxx0x.h b/deal.II/doc/doxygen/headers/std_cxx0x.h new file mode 100644 index 0000000000..97f19d33ce --- /dev/null +++ b/deal.II/doc/doxygen/headers/std_cxx0x.h @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------- +// $Id: multithreading.h 12072 2006-01-17 23:42:23Z wolf $ +// Version: $Name$ +// +// Copyright (C) 2009 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//------------------------------------------------------------------------- + +/** + * A namespace that contains classes and functions that will be part + * of the next C++ standard (tentatively called C++0x) and that are + * currently available via the BOOST library. The elements that + * are available through the current namespace are either imported + * from namespace std (if a compiler's library provides them) or from + * namespace boost. + */ +namespace std_cxx0x +{ +}