add comment about deprecation

This commit is contained in:
conrad
2022-10-04 10:08:30 +10:00
parent 312f92d533
commit 0f296dbf5d
+1
View File
@@ -346,6 +346,7 @@ struct arma_nozeros_indicator : public arma_initmode_indicator<false> {};
template<typename Dummy = int> struct injector_end_of_row {};
// DEPRECATED: DO NOT USE IN NEW CODE
static const injector_end_of_row<> endr = injector_end_of_row<>();
//!< endr indicates "end of row" when using the << operator;
//!< similar conceptual meaning to std::endl