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
Note:
See TracTickets
for help on using tickets.
