Skip to content

Commit c9065d5

Browse files
committed
minor post-processing for #1043
1 parent 30fdafc commit c9065d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

inst/NEWS.Rd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
Dirk in \ghpr{1038}).
1616
\item Scalar operations with a rhs matrix no longer change the
1717
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}).
2120
}
2221
\item Changes in Rcpp Attributes:
2322
\itemize{

inst/include/Rcpp/exceptions_impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// exceptions_impl.h: Rcpp R/C++ interface class library -- exceptions
22
//
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
45
//
56
// This file is part of Rcpp.
67
//

0 commit comments

Comments
 (0)