mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Updated to latest boost headers and layout
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@748 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
897c0bdac3
commit
077e046641
7 changed files with 24 additions and 24 deletions
|
|
@ -12,7 +12,7 @@
|
|||
#pragma warning( push, 0 )
|
||||
#endif
|
||||
#include <boost/lambda/lambda.hpp>
|
||||
#include <boost/spirit/home/phoenix.hpp>
|
||||
#include <boost/phoenix/phoenix.hpp>
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning( pop )
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
#ifdef BOOST_MSVC
|
||||
#pragma warning( push, 0 )
|
||||
#endif
|
||||
#include <boost/spirit/home/phoenix.hpp>
|
||||
#include <boost/spirit/home/phoenix/bind.hpp>
|
||||
#include <boost/phoenix/phoenix.hpp>
|
||||
#include <boost/phoenix/bind.hpp>
|
||||
#ifndef BOOST_MSVC // this produces an ICE with all versions of MSVC
|
||||
#include <boost/lambda/bind.hpp>
|
||||
#include <boost/lambda/lambda.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue