Browse Source
Get rid of anonymous struct typedefs
Get rid of anonymous struct typedefs
We are using C++14 where there is no reason for this and is banned in C++20 under P1766R1. MSVC generates a warning under C++14 as a reminder.6.0.7
13 changed files with 38 additions and 38 deletions
-
163d-viewer/3d_rendering/3d_render_raytracing/shapes2D/polygon_2d.h
-
43d-viewer/3d_rendering/image.h
-
8eeschema/sch_plugins/eagle/sch_eagle_plugin.h
-
4include/asset_archive.h
-
4include/gal/cairo/cairo_compositor.h
-
4include/gal/cairo/cairo_gal.h
-
4include/gal/opengl/opengl_compositor.h
-
4include/gal/opengl/opengl_gal.h
-
12include/plugins/3dapi/c3dmodel.h
-
4libs/kimath/include/geometry/shape_poly_set.h
-
4pcbnew/plugins/kicad/pcb_parser.h
-
4pcbnew/plugins/pcad/pcad2kicad_common.h
-
4pcbnew/plugins/pcad/pcb_callbacks.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue