minor build and doc changes

[SVN r2576]
This commit is contained in:
Arkadiy Vertleyb
2005-04-15 03:09:28 +00:00
parent 067cd9915d
commit 1c297b67de
5 changed files with 26 additions and 3 deletions

View File

@ -20,7 +20,7 @@
//Doesn't require registration
# define BOOST_TYPEOF_NATIVE
# elif !defined BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
# else
# define BOOST_TYPEOF_COMPLIANT
# endif

View File

@ -22,8 +22,6 @@
#include <boost/typeof/integral_template_param.hpp>
#include <boost/typeof/template_template_param.hpp>
// The template parameter description, entered by the user,
// is converted into a polymorphic "object"
// that is used to generate the code responsible for

View File

@ -27,9 +27,13 @@
#else//BOOST_TYPEOF_NATIVE
# define BOOST_TYPEOF_TEXT "using native imlementation"
# include <boost/typeof/message.hpp>
# if !defined BOOST_TYPEOF
# define BOOST_TYPEOF __typeof__
# endif
# define BOOST_TYPEOF_TPL BOOST_TYPEOF
#endif

21
test/Jamfile Executable file
View File

@ -0,0 +1,21 @@
project-root ;
variant debug_compliant : debug : <define>BOOST_TYPEOF_COMPLIANT ;
variant release_compliant : release : <define>BOOST_TYPEOF_COMPLIANT ;
exe typeof
:
main.cpp
compliant/test_compliant.cpp
compliant/odr1.cpp
compliant/odr2.cpp
:
<include>C:/boost/boost_1_32_0
<include>../../..
<msvc><debug_compliant><build>no
<msvc><release_compliant><build>no
<vc-7><debug_compliant><build>no
<vc-7><release_compliant><build>no
:
debug debug_compliant
;

0
test/Jamrules Executable file
View File