X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FPhoenix.hh;h=fe7d679407d9faa70aee880103d0b7b0b3f47558;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=773bc5a0445a89e1dc3e27090648102ba789dd14;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Phoenix.hh b/senf/Utils/Phoenix.hh index 773bc5a..fe7d679 100644 --- a/senf/Utils/Phoenix.hh +++ b/senf/Utils/Phoenix.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -27,17 +27,23 @@ #define HH_SENF_Utils_Phoenix_ 1 // Custom includes -#include +#include + +#if HAVE_BOOST_SPIRIT_INCLUDE_CLASSIC_HPP +# include +#else +# include +#endif //#include "Phoenix.mpp" #include "Phoenix.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// /** \defgroup phoenix_helpers Boost.Phoenix extensions */ namespace senf { namespace phoenix { - + /** \brief \c push_back phoenix functor push_back(c, x) := c.push_back(x) @@ -56,7 +62,7 @@ namespace phoenix { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "Phoenix.cci" //#include "Phoenix.ct" //#include "Phoenix.cti"