mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
10 lines
265 B
C++
10 lines
265 B
C++
#pragma once
|
|
|
|
#ifndef HIGHFIVE_HAS_FRIEND_DECLARATIONS
|
|
#ifdef _MSC_VER
|
|
// This prevents a compiler bug on certain versions of MSVC.
|
|
// Known to fail: Toolset 141.
|
|
// See `CMakeLists.txt` for more information.
|
|
#define HIGHFIVE_HAS_FRIEND_DECLARATIONS 1
|
|
#endif
|
|
#endif |