| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0004947 | Spring engine | General | public | 2015-09-07 20:22 | 2016-02-02 16:23 | ||||
| Reporter | super mario | ||||||||
| Assigned To | Kloot | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | resolved | Resolution | fixed | ||||||
| Product Version | 100.0+git | ||||||||
| Target Version | Fixed in Version | 100.0+git | |||||||
| Summary | 0004947: Compile error:Line Error C2955 'std::map': use of class template requires template argument list | ||||||||
| Description | LosMap.cpp | ||||||||
| Steps To Reproduce | auto PlotLine = [&](int width, int y) { const unsigned y_ = instance->basePos.y + y; if (y_ < size.y) { const unsigned sx = Clamp(instance->basePos.x - width, 0, size.x - 1); const unsigned ex = Clamp(instance->basePos.x + width + 1, 0, size.x - 1); for (unsigned x_ = sx; x_ < ex; ++x_) { map[(y_ * size.x) + x_] += amount; } } }; | ||||||||
| Additional Information | MSVC 14.0 | ||||||||
| Tags | No tags attached. | ||||||||
| Checked infolog.txt for Errors | |||||||||
| Attached Files |
| ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-09-07 20:22 | super mario | New Issue | |
| 2016-02-02 16:23 | Kloot | Note Added: 0015603 | |
| 2016-02-02 16:23 | Kloot | Status | new => resolved |
| 2016-02-02 16:23 | Kloot | Fixed in Version | => 100.0+git |
| 2016-02-02 16:23 | Kloot | Resolution | open => fixed |
| 2016-02-02 16:23 | Kloot | Assigned To | => Kloot |


