From 6c07fc5875d87f2c28cc772334b1db8d35fcec46 Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 8 Dec 2022 13:45:07 +1000 Subject: [PATCH] normalise order of declarations --- include/armadillo_bits/debug.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/armadillo_bits/debug.hpp b/include/armadillo_bits/debug.hpp index b5bd72b1..db41930d 100644 --- a/include/armadillo_bits/debug.hpp +++ b/include/armadillo_bits/debug.hpp @@ -88,8 +88,8 @@ get_cerr_stream() //! do not use this function - it's deprecated and will be removed -inline arma_deprecated +inline void set_stream_err1(std::ostream& user_stream) { @@ -99,8 +99,8 @@ set_stream_err1(std::ostream& user_stream) //! do not use this function - it's deprecated and will be removed -inline arma_deprecated +inline void set_stream_err2(std::ostream& user_stream) { @@ -110,8 +110,8 @@ set_stream_err2(std::ostream& user_stream) //! do not use this function - it's deprecated and will be removed -inline arma_deprecated +inline std::ostream& get_stream_err1() { @@ -121,8 +121,8 @@ get_stream_err1() //! do not use this function - it's deprecated and will be removed -inline arma_deprecated +inline std::ostream& get_stream_err2() {