File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 2014-07-29 Dirk Eddelbuettel <
[email protected] >
2+
3+ * inst/include/Rcpp/vector/proxy.h: Removed operator bool() cast as
4+ discusses by Christian Authmann on rcpp-devel
5+
162014-07-28 Dirk Eddelbuettel <
[email protected] >
27
38 * inst/include/Rcpp/generated/InternalFunction__ctors.h: Updated from
Original file line number Diff line number Diff line change 1616 we use timers in several threads. \code {Timer } also gains a constructor
1717 taking a \code {nanotime_t } to use as its origin , and a \code {origin } method.
1818 This can be useful for situations where the number of threads is not known
19- in advance but we still want to track what goes on in each thread.
19+ in advance but we still want to track what goes on in each thread.
20+ \item A cast to \code {bool } was removed in the vector proxy code as
21+ inconsistent behaviour between clang and g ++ compilations was noticed
2022 }
2123 \item Changes in Rcpp Sugar :
2224 \itemize {
Original file line number Diff line number Diff line change 22//
33// proxy.h: Rcpp R/C++ interface class library -- proxies
44//
5- // Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
5+ // Copyright (C) 2010 - 2014 Dirk Eddelbuettel and Romain Francois
66//
77// This file is part of Rcpp.
88//
You can’t perform that action at this time.
0 commit comments