Subject: [Boost-bugs] [Boost C++ Libraries] #5396: multi_index_container initialization in wrong order
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-31 00:29:53
#5396: multi_index_container initialization in wrong order
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: joaquin
Type: Bugs | Status: new
Milestone: To Be Determined | Component: multi_index
Version: Boost 1.47.0 | Severity: Showstopper
Keywords: |
------------------------------+---------------------------------------------
On some compilers (armcc) this is at least a warning, and in our build
environment, warnings are errors. There seems to be no easy workaround to
get this to compile
"../../boost/multi_index_container.hpp", line 193: Error: #1299-D:
members and base-classes will be initialized in declaration order, not in
member initialisation list order
super(args_list,bfm_allocator::member),
^
"../../boost/multi_index_container.hpp", line 201: Error: #1299-D:
members and base-classes will be initialized in declaration order, not in
member initialisation list order
super(ctor_args_list(),bfm_allocator::member),
^
"../../boost/multi_index_container.hpp", line 228: Error: #1299-D:
members and base-classes will be initialized in declaration order, not in
member initialisation list order
super(args_list,bfm_allocator::member),
^
"../../boost/multi_index_container.hpp", line 249: Error: #1299-D:
members and base-classes will be initialized in declaration order, not in
member initialisation list order
super(x),
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5396> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC