Re: svn commit: r663757 - in /stdcxx/branches/4.3.x/etc/config/src: RVALUE_REFERENCES.cpp VARIADIC_TEMPLATES.cpp

2008-06-06 Thread Martin Sebor

[EMAIL PROTECTED] wrote:

Author: vitek
Date: Thu Jun  5 15:02:15 2008
New Revision: 663757

URL: http://svn.apache.org/viewvc?rev=663757view=rev
Log:
2008-06-05  Travis Vitek  [EMAIL PROTECTED]

* etc/config/src/RVALUE_REFERENCES.cpp: Add new config test to
check for rvalue-reference support.
* etc/config/src/VARIADIC_TEMPLATES.cpp: Add new config test to
check for variadic template support.

Added:
stdcxx/branches/4.3.x/etc/config/src/RVALUE_REFERENCES.cpp   (with props)
stdcxx/branches/4.3.x/etc/config/src/VARIADIC_TEMPLATES.cpp   (with props)

Added: stdcxx/branches/4.3.x/etc/config/src/RVALUE_REFERENCES.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/etc/config/src/RVALUE_REFERENCES.cpp?rev=663757view=auto
==
--- stdcxx/branches/4.3.x/etc/config/src/RVALUE_REFERENCES.cpp (added)
+++ stdcxx/branches/4.3.x/etc/config/src/RVALUE_REFERENCES.cpp Thu Jun  5 
15:02:15 2008
@@ -0,0 +1,25 @@
+// checking for rvalue reference support
+
+/***
+ *
+ * Licensed to the Apache Software  Foundation (ASF) under one or more
+ * contributor  license agreements.  See  the NOTICE  file distributed
+ * with  this  work  for  additional information  regarding  copyright
+ * ownership.   The ASF  licenses this  file to  you under  the Apache
+ * License, Version  2.0 (the  License); you may  not use  this file
+ * except in  compliance with the License.   You may obtain  a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the  License is distributed on an  AS IS BASIS,
+ * WITHOUT  WARRANTIES OR CONDITIONS  OF ANY  KIND, either  express or
+ * implied.   See  the License  for  the  specific language  governing
+ * permissions and limitations under the License.
+ *
+ * Copyright 1999-2008 Rogue Wave Software, Inc.



The starting year cannot be before the code was written.

Martin



RE: svn commit: r663757 - in /stdcxx/branches/4.3.x/etc/config/src: RVALUE_REFERENCES.cpp VARIADIC_TEMPLATES.cpp

2008-06-06 Thread Travis Vitek
 

Martin Sebor wrote:

 + *
 + * Copyright 1999-2008 Rogue Wave Software, Inc.
 

The starting year cannot be before the code was written.

Martin



Another mistake I'll remember to never make. Fixed in
http://svn.apache.org/viewvc?view=revrevision=664036.