CuarzoSoftware / Louvre

C++ library for building Wayland compositors.
MIT License
506 stars 14 forks source link

Consider removing inline keyword for member function #47

Closed Paraworker closed 5 months ago

Paraworker commented 5 months ago

The meaning of the inline keyword has changed for a long time, and whether a function is inlined or not is entirely determined by the compiler.

ehopperdietzel commented 5 months ago

Yep, thank you, I'm not sure if that applies to all compilers and settings, so I'll conduct some benchmarks before making a decision.