Opened 11 years ago
Closed 9 years ago
#6184 closed Bugs (fixed)
size_t problem-conflicts in function_template.hpp
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | function |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Some size_t usage doesn't contain the std:: prefix, so during compilation there is conflict error from the compiler.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | diff.patch added |
---|
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Fixed on develop in commit 250655ad6d710359e1a7bdce81cdcc47bb70be51
Will close when merged to master.
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged to master in commit a80ac7f5c560911ebedabafe4016df57a9cf3a63
Note:
See TracTickets
for help on using tickets.
patch to solve the size_t problem