Opened 11 years ago

Closed 9 years ago

#6705 closed Patches (duplicate)

ptree_implementation.hpp compile error: extra ‘;’

Reported by: Andrey <inetdozor@…> Owned by: Sebastian Redl
Milestone: To Be Determined Component: property_tree
Version: Boost 1.49.0 Severity: Cosmetic
Keywords: Cc:

Description

While moving 1.47->1.49 i've got following error message: boost_1_49_0/boost/property_tree/detail/ptree_implementation.hpp:392:14: error: extra ‘;’

while compiling my codebase with forced ansi c++ ( -Wall -Wno-long-long -pedantic-errors -std=c++98 ) on linux.

I've fixed compilation by removing ';' mentioned in error message.

$ c++ -v Target: x86_64-redhat-linux gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)

Change History (2)

comment:1 by viboes, 10 years ago

Component: Noneproperty_tree
Owner: set to Sebastian Redl

comment:2 by Sebastian Redl, 9 years ago

Resolution: duplicate
Status: newclosed

Duplicate of bug #6808.

Note: See TracTickets for help on using tickets.