mirror of
https://github.com/boostorg/pfr.git
synced 2026-01-19 04:22:13 +00:00
Fix missing ;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user