Skip to content

Commit cd91929

Browse files
committed
update NEWS and ChangeLog for PR #160, updated header date
1 parent cac650c commit cd91929

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2014-07-28 Dirk Eddelbuettel <[email protected]>
27

38
* inst/include/Rcpp/generated/InternalFunction__ctors.h: Updated from

inst/NEWS.Rd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
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{

inst/include/Rcpp/vector/proxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
//

0 commit comments

Comments
 (0)