Skip to content

Commit 1242ea6

Browse files
committed
Armadillo 15.0.3
1 parent f5d1e38 commit 1242ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/include/current/armadillo_bits/arma_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define ARMA_VERSION_MAJOR 15
2525
#define ARMA_VERSION_MINOR 0
26-
#define ARMA_VERSION_PATCH 2
26+
#define ARMA_VERSION_PATCH 3
2727
#define ARMA_VERSION_NAME "Medium Roast"
2828

2929

inst/include/current/armadillo_bits/operator_ostream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ operator<< (std::ostream& o, const Base<eT,T1>& X)
2828
{
2929
arma_debug_sigprint();
3030

31-
const unwrap<T1> tmp(X.get_ref());
31+
const quasi_unwrap<T1> tmp(X.get_ref());
3232

3333
arma_ostream::print(o, tmp.M, true);
3434

0 commit comments

Comments
 (0)