
14 Feb
2018
14 Feb
'18
9:51 p.m.
AMDG On 02/14/2018 02:48 PM, Rob Stewart via Boost wrote:
On February 14, 2018 4:04:12 PM EST, Zach Laine via Boost <boost@lists.boost.org> wrote:
On Wed, Feb 14, 2018 at 2:44 PM, P F <pfultz2@yahoo.com> wrote: <snip> I think I'd rather document better that the :: is required, as opposed to doing more template chicanery. This is both because I want to keep compile times low, and because I don't want to make something that might be brittle in ways I don't fully understand. I'm a metaprogrammer of only moderate skill.
You could prepend :: in the macro.
:: is only correct for templates in the global namespace. In Christ, Steven Watanabe