Opened 13 years ago
Closed 13 years ago
#3429 closed Bugs (fixed)
typo in boost_no_deleted_functions.ipp
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
(In [56133]) Fix #3429 cut-and-paste snafu