2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Fix missing ;

This commit is contained in:
bela
2023-11-30 11:30:20 +01:00
parent b674d728be
commit 8a0447b486

View File

@@ -42,7 +42,7 @@ namespace {
struct {
int unnamed_first;
float unnamed_second
float unnamed_second;
} unnamed{};
typedef typename std::remove_reference<decltype(unnamed)>::type unnamed_t;