2025-07-27 09:48 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0004947Spring engineGeneralpublic2016-02-02 16:23
Reportersuper mario 
Assigned ToKloot 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version100.0+git 
Target VersionFixed in Version100.0+git 
Summary0004947: Compile error:Line Error C2955 'std::map': use of class template requires template argument list
DescriptionLosMap.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 InformationMSVC 14.0
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes

~0015603

Kloot (developer)

was fixed in passing by renaming map to losmap
+Notes

-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
+Issue History