svn commit: trunk/uClibc++/src

gkajmowi at uclibc.org gkajmowi at uclibc.org
Sun Mar 26 02:56:16 UTC 2006


Author: gkajmowi
Date: 2006-03-25 18:56:15 -0800 (Sat, 25 Mar 2006)
New Revision: 14658

Log:
Added limits.cpp - mostly empty file to include all of the interesting 
hard-coded bits for <limits>


Added:
   trunk/uClibc++/src/limits.cpp


Changeset:
Added: trunk/uClibc++/src/limits.cpp
===================================================================
--- trunk/uClibc++/src/limits.cpp	2006-03-26 02:55:19 UTC (rev 14657)
+++ trunk/uClibc++/src/limits.cpp	2006-03-26 02:56:15 UTC (rev 14658)
@@ -0,0 +1,25 @@
+/*	Copyright (C) 2006 Garrett A. Kajmowicz
+	This file is part of the uClibc++ Library.
+
+	This library is free software; you can redistribute it and/or
+	modify it under the terms of the GNU Lesser General Public
+	License as published by the Free Software Foundation; either
+	version 2.1 of the License, or (at your option) any later version.
+
+	This library is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+	Lesser General Public License for more details.
+
+	You should have received a copy of the GNU Lesser General Public
+	License along with this library; if not, write to the Free Software
+	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+#include <limits>
+
+namespace std{
+
+
+}




More information about the uClibc-cvs mailing list