[Rcpp-commits] r3270 - pkg/int64/inst/include/int64

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Nov 3 08:40:35 CET 2011


Author: romain
Date: 2011-11-03 08:40:34 +0100 (Thu, 03 Nov 2011)
New Revision: 3270

Removed:
   pkg/int64/inst/include/int64/sort.h
Log:
...

Deleted: pkg/int64/inst/include/int64/sort.h
===================================================================
--- pkg/int64/inst/include/int64/sort.h	2011-11-03 07:40:06 UTC (rev 3269)
+++ pkg/int64/inst/include/int64/sort.h	2011-11-03 07:40:34 UTC (rev 3270)
@@ -1,35 +0,0 @@
-// sort.h : 64 bit integers
-//
-// Copyright (C) 2011 Romain Francois
-// Copyright (C) 2011 Google Inc.  All rights reserved.
-//
-// This file is part of int64.
-//
-// int64 is free software: you can redistribute it and/or modify it
-// under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 2 of the License, or
-// (at your option) any later version.
-//
-// int64 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 General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License  
-// along with int64.  If not, see <http://www.gnu.org/licenses/>.    
-    
-#ifndef int64__sort__h
-#define int64__sort__h
-
-namespace int64{
-    namespace internal{
-
-        template <typename LONG>
-        SEXP sort( SEXP x_, bool decreasing ){
-            LongVector<LONG> x(x_) ;
-            std::vector<LONG> vec = x.std_vector() ;
-        }
-        
-    } // namespace internal
-} // namespace int64
-#endif



More information about the Rcpp-commits mailing list