12345678910111213141516171819202122232425262728 |
- #ifndef BOOST_ATOMIC_DETAIL_FP_OPERATIONS_HPP_INCLUDED_
- #define BOOST_ATOMIC_DETAIL_FP_OPERATIONS_HPP_INCLUDED_
- #include <boost/atomic/detail/fp_ops_generic.hpp>
- #include <boost/atomic/detail/fp_ops_emulated.hpp>
- #if !defined(BOOST_ATOMIC_DETAIL_FP_BACKEND_GENERIC)
- #include BOOST_ATOMIC_DETAIL_FP_BACKEND_HEADER(boost/atomic/detail/fp_ops_)
- #endif
- #ifdef BOOST_HAS_PRAGMA_ONCE
- #pragma once
- #endif
- #endif
|