![]() |
Home | Libraries | People | FAQ | More |
You can get Proto by downloading Boost (Proto is in version 1.37 and later), or by accessing Boost's SVN repository on SourceForge.net. Just go to http://svn.boost.org/trac/boost/wiki/BoostSubversion and follow the instructions there for anonymous SVN access.
Proto is a header-only template library, which means you don't need to
alter your build scripts or link to any separate lib file to use it. All
you need to do is #include
<boost/proto/proto.hpp>
. Or, you might decide to just include
the core of Proto (#include
<boost/proto/core.hpp>
) and whichever contexts and transforms
you happen to use.
Proto depends on Boost. You must use either Boost version 1.34.1 or higher, or the version in SVN trunk.
Currently, Boost.Proto is known to work on the following compilers:
![]() |
Note |
---|---|
Please send any questions, comments and bug reports to eric <at> boostpro <dot> com. |