[Rprotobuf-commits] r325 - pkg/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 13 23:54:01 CEST 2010
Author: edd
Date: 2010-07-13 23:54:00 +0200 (Tue, 13 Jul 2010)
New Revision: 325
Modified:
pkg/src/rprotobuf.h
Log:
commented-out two traits declarations now in Rcpp itself
Modified: pkg/src/rprotobuf.h
===================================================================
--- pkg/src/rprotobuf.h 2010-05-10 13:33:07 UTC (rev 324)
+++ pkg/src/rprotobuf.h 2010-07-13 21:54:00 UTC (rev 325)
@@ -48,8 +48,8 @@
RCPP_ENUM_TRAITS(GPB::FieldDescriptor::CppType)
RCPP_ENUM_TRAITS(GPB::FieldDescriptor::Type)
-RCPP_TRAITS(GPB::int64,REALSXP)
-RCPP_TRAITS(GPB::uint64,REALSXP)
+//RCPP_TRAITS(GPB::int64,REALSXP)
+//RCPP_TRAITS(GPB::uint64,REALSXP)
#include <Rcpp.h>
More information about the Rprotobuf-commits
mailing list