Opened 5 years ago

Last modified 5 years ago

#13243 new Bugs

error_category() BOOST_SYSTEM_NOEXCEPT: std_cat_( this ) {} gives warning in Visual Studio 2010

Reported by: anonymous Owned by: Beman Dawes
Milestone: To Be Determined Component: system
Version: Boost 1.65.0 Severity: Problem
Keywords: Cc: Paddy.Patterson@…

Description

\boost_1_65_1-64\boost\system\error_code.hpp line: 255: error_category() BOOST_SYSTEM_NOEXCEPT: std_cat_( this ) {}

When called from a file that is complied with Visual Studio 2010, this lines gives: warning C4355: 'this' : used in base member initializer list

Change History (1)

comment:1 by Paddy.Patterson@…, 5 years ago

\boost_1_65_1-64\boost\system\error_code.hpp line: 255: error_category() BOOST_SYSTEM_NOEXCEPT: std_cat_( this ) {}

When called from a file that is complied with Visual Studio 2010, this lines gives: warning C4355: 'this' : used in base member initializer list

Note: See TracTickets for help on using tickets.