Ubpa

Results 5 issues of Ubpa

[**USRefl**](https://github.com/Ubpa/USRefl) is a **header-only**, **tiny (99 lines)** and **powerful** C++17 **static reflection** library. License: [MIT](https://github.com/Ubpa/USRefl/blob/master/LICENSE) Repository: https://github.com/Ubpa/USRefl **Features** - **header-only**, **tiny (99 lines)** and **powerful** ([USRefl_99.h](https://github.com/Ubpa/USRefl/blob/master/include/USRefl_99.h)) - **noninvasive** - basic...

```c++ struct A{}; class B{}; enum C{}; template class D{}; constexpr auto name_A = nameof::nameof_type(); // "struct A" constexpr auto name_B = nameof::nameof_type(); // "class B" constexpr auto name_C =...

enhancement
help wanted

Hi, I found that imgui-node-editor does not support with imgui 1.86 docking. Could you please fix the bug? ![image](https://user-images.githubusercontent.com/15104079/156875114-61ece6e6-3a34-4dd1-9990-975b4faa68ae.png)

```c++ void resize(size_type count, T value = T()) { if (count = N) { // currently, all data on heap // move back to stack ///////////////////// // the bug is...

bug