|
Boost : |
Subject: [boost] [config] compiler/gcc.hpp version 4.5 to update
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2010-11-12 11:09:49
Hi,
in gcc.hpp the last know version is 4.4
// last known and checked version is 4.4 (Pre-release):
#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 4))
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
Is there any new features that should be updated for gcc-4.5?
Even if gcc-4.6 has not been released yet it will be useful to update the file for this version also. In particular I'm interested in the consexpr feature.
How can I help?
Best,
_____________________
Vicente Juan Botet Escribá
http://viboes.blogspot.com/
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk