elements icon indicating copy to clipboard operation
elements copied to clipboard

Elements C++ GUI library

Results 81 elements issues
Sort by recently updated
recently updated
newest added

``` [21/140] Building CXX object lib/CMakeFiles/elements.dir/src/element/status_bar.cpp.obj C:/_Projects/C++/Elements/lib/src/element/status_bar.cpp: In constructor 'cycfi::elements::busy_bar_base::busy_bar_base(double, double)': C:/_Projects/C++/Elements/lib/src/element/status_bar.cpp:98:23: warning: operation on '((cycfi::elements::busy_bar_base*)this)->cycfi::elements::busy_bar_base::_status' may be undefined [-Wsequence-point] 98 | , _status{_status = -1 * _animation_width} | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~...