mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 01:06:44 +08:00
Fix an issue with the feature inclusion order
This commit is contained in:
parent
d774371769
commit
6908f22996
@ -31,6 +31,9 @@
|
|||||||
#ifndef CONTINUABLE_DETAIL_TYPES_HPP_INCLUDED__
|
#ifndef CONTINUABLE_DETAIL_TYPES_HPP_INCLUDED__
|
||||||
#define CONTINUABLE_DETAIL_TYPES_HPP_INCLUDED__
|
#define CONTINUABLE_DETAIL_TYPES_HPP_INCLUDED__
|
||||||
|
|
||||||
|
#include <continuable/continuable-api.hpp>
|
||||||
|
#include <continuable/detail/features.hpp>
|
||||||
|
|
||||||
#ifndef CONTINUABLE_WITH_CUSTOM_ERROR_TYPE
|
#ifndef CONTINUABLE_WITH_CUSTOM_ERROR_TYPE
|
||||||
#ifndef CONTINUABLE_WITH_NO_EXCEPTIONS
|
#ifndef CONTINUABLE_WITH_NO_EXCEPTIONS
|
||||||
#include <exception>
|
#include <exception>
|
||||||
@ -39,9 +42,6 @@
|
|||||||
#endif // CONTINUABLE_WITH_NO_EXCEPTIONS
|
#endif // CONTINUABLE_WITH_NO_EXCEPTIONS
|
||||||
#endif // CONTINUABLE_WITH_CUSTOM_ERROR_TYPE
|
#endif // CONTINUABLE_WITH_CUSTOM_ERROR_TYPE
|
||||||
|
|
||||||
#include <continuable/continuable-api.hpp>
|
|
||||||
#include <continuable/detail/features.hpp>
|
|
||||||
|
|
||||||
namespace cti {
|
namespace cti {
|
||||||
namespace detail {
|
namespace detail {
|
||||||
/// Contains types used globally across the library
|
/// Contains types used globally across the library
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user