From b32c6cc3cb19cbf97aee508dc75f706c8d4be6ef Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 27 Aug 2004 15:19:35 +0000 Subject: [PATCH] comments svn path=/trunk/boost/boost/numeric/ublas/; revision=24788 --- include/boost/numeric/ublas/config.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index e0e47b07..93d4af38 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -328,10 +328,12 @@ bool disable_type_check::value = false; // #define BOOST_UBLAS_STRICT_HERMITIAN -// Enable compile time typedefs for proxies +// Define to enable compile time const propagation for reference, proxy and closure types #define BOOST_UBLAS_CT_REFERENCE_BASE_TYPEDEFS #define BOOST_UBLAS_CT_PROXY_BASE_TYPEDEFS #define BOOST_UBLAS_CT_PROXY_CLOSURE_TYPEDEFS + +// Define to configure special settings for reference returning members // #define BOOST_UBLAS_REFERENCE_CONST_MEMBER // #define BOOST_UBLAS_PROXY_CONST_MEMBER