Code::Blocks  SVN r11506
nullptr.cpp
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  *
5  * $Revision: 6950 $
6  * $Id: nullptr.cpp 6950 2011-02-01 07:13:54Z mortenmacfly $
7  * $HeadURL: https://svn.code.sf.net/p/codeblocks/code/trunk/src/sdk/nullptr.cpp $
8  */
9 
10 #include <prep.h>
11 
12 /* -----------------------------------------------
13  * remove this once the compiler supports C++0x
14  * ----------------------------------------------- */
15 
16 null_pointer_t nullptr;