Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 08:55:33

0001 #pragma once
0002 
0003 #ifndef HIGHFIVE_HAS_FRIEND_DECLARATIONS
0004 #ifdef _MSC_VER
0005 // This prevents a compiler bug on certain versions of MSVC.
0006 // Known to fail: Toolset 141.
0007 // See `CMakeLists.txt` for more information.
0008 #define HIGHFIVE_HAS_FRIEND_DECLARATIONS 1
0009 #endif
0010 #endif