]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/classic/phoenix/tuples.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / phoenix / tuples.hpp
index a467f5385e4c2e4083ba03cc69b29203604330d5..2412b93d35fce248f873360f60e71287ca6c0689 100644 (file)
 #define PHOENIX_LIMIT 3
 #endif
 
-#if defined(__BORLANDC__) && (__BORLANDC__ <= 0x561)
-namespace phoenix { namespace borland_only
-{
-    namespace ftors
-    {
-        //  We define these dummy template functions. Borland complains when
-        //  a template class has the same name as a template function,
-        //  regardless if they are in different namespaces.
-
-        template <typename T> void if_(T) {}
-        template <typename T> void for_(T) {}
-        template <typename T> void while_(T) {}
-        template <typename T> void do_(T) {}
-    }
-
-    namespace tmpls
-    {
-        //  We define these dummy template functions. Borland complains when
-        //  a template class has the same name as a template function,
-        //  regardless if they are in different namespaces.
-
-        template <typename T> struct if_ {};
-        template <typename T> struct for_ {};
-        template <typename T> struct while_ {};
-        template <typename T> struct do_ {};
-    }
-
-}} // namespace phoenix::borland_only
-#endif
-
 ///////////////////////////////////////////////////////////////////////////////
 #include <boost/static_assert.hpp>
 #include <boost/call_traits.hpp>