mirror of
https://github.com/monero-project/monero.git
synced 2025-02-07 08:33:44 +02:00
Merge pull request #9693
07d93f01a
common: Remove resolved FIXME in pod-class.h (iamamyth)
This commit is contained in:
commit
cb25aba9ac
@ -30,14 +30,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// FIXME: Why is this ifdef needed? Hopefully making it struct won't break things.
|
||||
|
||||
/*
|
||||
#if defined(_MSC_VER)
|
||||
#define POD_CLASS struct
|
||||
#else
|
||||
#define POD_CLASS class
|
||||
#endif
|
||||
*/
|
||||
|
||||
#define POD_CLASS struct
|
||||
|
Loading…
Reference in New Issue
Block a user