Opened 10 years ago
Closed 10 years ago
#8138 closed Bugs (fixed)
Conversion warning in sequence_stack.hpp
| Reported by: | Owned by: | Eric Niebler | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | xpressive | 
| Version: | Boost Development Trunk | Severity: | Cosmetic | 
| Keywords: | Cc: | 
Description
Hello,
When I compile the example code boost-trunk/libs/graph/example/write_graphviz.cpp with the g++ compiler flag -Wconversion, I get the warning 'conversion to 'double' from 'size_t' may alter its value' (see attached test.txt). Casting this->current_chunk_->size() as a double on line 118 of boost/xpressive/detail/utility/sequence_stack.hpp clears this warning (see attached diff.txt). This is a possible patch. Thanks, and best wishes.
Brad Meyer
Attachments (2)
Change History (4)
by , 10 years ago
comment:2 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

transcript of compilation and warning