Opened 13 years ago

Closed 13 years ago

#3429 closed Bugs (fixed)

typo in boost_no_deleted_functions.ipp

Reported by: Richard Webb <richard.webb@…> Owned by: Beman Dawes
Milestone: Boost 1.41.0 Component: config
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The file

libs\config\test\boost_no_deleted_functions.ipp

contains

namespace boost_no_constexpr {

which should really be

namespace boost_no_deleted_functions {

This causes regression test failures on GCC 4.4 in gnu++0x mode.

Change History (1)

comment:1 by Beman Dawes, 13 years ago

Resolution: fixed
Status: newclosed

(In [56133]) Fix #3429 cut-and-paste snafu

Note: See TracTickets for help on using tickets.