File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
Dirk in \ghpr {1038 }).
16
16
\item Scalar operations with a rhs matrix no longer change the
17
17
matrix value (Qiang in \ghpr {1040 } fixing (again ) \ghit {365 }).
18
- \item \code {Rcpp :: exception } and \code {Rcpp :: stop } are now
19
- thread - safe. Be cautioned that most of Rcpp continues to be not
20
- thread - safe.
18
+ \item \code {Rcpp :: exception } and \code {Rcpp :: stop } are now more
19
+ thread - safe (Joshua Pritikin in \ghpr {1043 }).
21
20
}
22
21
\item Changes in Rcpp Attributes :
23
22
\itemize {
Original file line number Diff line number Diff line change 1
1
// exceptions_impl.h: Rcpp R/C++ interface class library -- exceptions
2
2
//
3
- // Copyright (C) 2020 Dirk Eddelbuettel, Romain Francois, and Joshua N. Pritikin
3
+ // Copyright (C) 2012 - 2019 Dirk Eddelbuettel and Romain Francois
4
+ // Copyright (C) 2020 Dirk Eddelbuettel, Romain Francois, and Joshua N. Pritikin
4
5
//
5
6
// This file is part of Rcpp.
6
7
//
You can’t perform that action at this time.
0 commit comments