dalerank / imspinner

Set of nice spinners for imgui
MIT License
437 stars 40 forks source link

Minor: conversion from C++14 into C++11 #19

Closed inobelar closed 1 year ago

inobelar commented 1 year ago

Currently Dear ImGui requires C++11 to build, so it's good to require the same minimal language standard version - for portability reason.

For compiling with C++11 without errors, in this PR introduced the next changes:

1) Replaced auto in lambdas by explicit types 2) Added c-tor into DECLPROP