$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69403 - sandbox/variadic_templates
From: cppljevans_at_[hidden]
Date: 2011-02-28 17:34:38
Author: cppljevans
Date: 2011-02-28 17:34:29 EST (Mon, 28 Feb 2011)
New Revision: 69403
URL: http://svn.boost.org/trac/boost/changeset/69403
Log:
Announce strange bjam compiler requirement on predator_prey.cpp target.
Text files modified: 
   sandbox/variadic_templates/README.compiler_requirements.txt |    12 ++++++++++++                            
   1 files changed, 12 insertions(+), 0 deletions(-)
Modified: sandbox/variadic_templates/README.compiler_requirements.txt
==============================================================================
--- sandbox/variadic_templates/README.compiler_requirements.txt	(original)
+++ sandbox/variadic_templates/README.compiler_requirements.txt	2011-02-28 17:34:29 EST (Mon, 28 Feb 2011)
@@ -24,6 +24,18 @@
     error: incompatible types in assignment of '<brace-enclosed
     initializer list>' to 'void* [2]'
     
+    In addition, if using bjam, then at least one target:
+    
+      libs/composite_storage/sandbox/pack/predator_prey.cpp
+      
+    even a later compiler, such as:
+    
+      ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20110129/gcc-4.6-20110129.tar.bz2
+    
+    is required.  For some strange reason, the use of the 4.5.1
+    compile, *only with bjam*, gives some error about "conversion from
+    'void' to non-scalar type '...' requested.
+    
   To use the g++ variadic templates extension, the:
   
     -std=gnu++0x