Opened 8 years ago

Last modified 8 years ago

#10891 new Bugs

Uneeded usage of namespace causes problems for the compiler

Reported by: anonymous Owned by: Matthias Schabel
Milestone: To Be Determined Component: units
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

Problem due to unnecessary

using namespace detail;

on several occasions in boost/units/cmath.hpp

Compare Boost ticket 8651 (https://svn.boost.org/trac/boost/ticket/8651) for the equivalent workaround in variant and Gcc bug 57524 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524) for original bug.

Change History (1)

comment:1 by viboes, 8 years ago

Component: Noneunits
Owner: set to Matthias Schabel
Note: See TracTickets for help on using tickets.