Opened 17 years ago

Closed 17 years ago

#609 closed Bugs (Fixed)

iterator/zip_iterator.hpp - multiple definition tuple_equal

Reported by: bpolivka Owned by: david_abrahams
Milestone: Component: iterator
Version: None Severity:
Keywords: Cc:

Description

Hi,

In iterator/zip_iterator.hpp:

bool tuple_equal(tuples::null_type, tuples::null_type)
{ return true; }

is not declared as inline, leading to multiple
definition link errors if zip_iterator.hpp is included
in more than one translation unit.

Thanks,
Brett Polivka

Change History (1)

comment:1 by david_abrahams, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=52572

Fixed in CVS and on the release branch, thank you!
Note: See TracTickets for help on using tickets.