HighFive 2.9.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
H5Friends.hpp
Go to the documentation of this file.
1#pragma once
2
3#ifndef HIGHFIVE_HAS_FRIEND_DECLARATIONS
4#ifdef _MSC_VER
5// This prevents a compiler bug on certain versions of MSVC.
6// Known to fail: Toolset 141.
7// See `CMakeLists.txt` for more information.
8#define HIGHFIVE_HAS_FRIEND_DECLARATIONS 1
9#endif
10#endif