Commit 660aadcd by Maarten L. Hekkelman

conditional include <compare>

parent 91d6adb9
......@@ -31,10 +31,13 @@
#include "cif++/point.hpp"
#include <array>
#include <compare>
#include <cstdint>
#include <string>
#if defined(__cpp_impl_three_way_comparison)
#include <compare>
#endif
/// \file cif++/symmetry.hpp
/// This file contains code to do symmetry operations based on the
/// operations as specified in the International Tables.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment