From ea44ab14012dd78722676d911367d4c5539272cb Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Tue, 12 Nov 2002 00:18:26 +0000 Subject: [PATCH] Added BOOST_HAS_NRVO [SVN r16204] --- config.htm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.htm b/config.htm index a9cbb354..a077f498 100644 --- a/config.htm +++ b/config.htm @@ -900,6 +900,15 @@ present.

The platform has an <nl_types.h>. + + BOOST_HAS_NRVO + Compiler + Indicated that the compiler supports the named return + value optimization (NRVO). Used to select the most efficient + implementation for some function. See + boost/operators.hpp + for example. + BOOST_HAS_PARTIAL_STD_ALLOCATOR Standard Library