mirror of
https://github.com/boostorg/typeof.git
synced 2025-07-31 21:34:42 +02:00
minor build and doc changes
[SVN r2576]
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
21
test/Jamfile
Executable 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
0
test/Jamrules
Executable file
Reference in New Issue
Block a user