Ticket #33871: patch-luabind-detail-format_signature.hpp.diff

File patch-luabind-detail-format_signature.hpp.diff, 601 bytes (added by gellule.xg@…, 12 years ago)
  • luabind/detail/format_signature.hpp

    diff --git luabind/detail/format_signature.hpp luabind/detail/format_signature.hpp
    index 56e7963..b447bc9 100644
     
    1313# include <boost/mpl/next.hpp>
    1414# include <boost/mpl/size.hpp>
    1515
    16 namespace luabind {
     16namespace luabind { namespace adl
     17{
    1718
    18 class object;
    19 class argument;
    20 template <class Base>
    21 struct table;
     19  class object;
     20  class argument;
     21  template <class Base>
     22  struct table;
     23
     24} // namespace adl
     25
     26using adl::object;
     27using adl::argument;
     28using adl::table;
    2229
    2330} // namespace luabind
    2431