Re: [Boost-bugs] [Boost C++ Libraries] #6905: bcp --namespace misses a boost namespace in emplace_args.hpp

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6905: bcp --namespace misses a boost namespace in emplace_args.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-15 22:05:23


#6905: bcp --namespace misses a boost namespace in emplace_args.hpp
----------------------------------------+-----------------------------------
  Reporter: lukester_null@… | Owner: danieljames
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: unordered
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-----------------------------------
Changes (by danieljames):

  * status: new => assigned

Comment:

 Can you post it as a diff please?

 I had a quick look and I think you're illegally concatenating `::` and
 `tuple`. A preprocessor concatenation has to create a single token but
 `::tuple` is two tokens. Visual C++ accepts things like that, but it
 shouldn't really. You probably don't need a concatenation at all, could
 just say `namespace_ tuple` and that should work.

 I'll look into this in more detail later.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6905#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC