forked from Alepha/Alepha
Get it building again
This commit is contained in:
1
Enum.h
1
Enum.h
@ -15,7 +15,6 @@ static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#include "Concepts.h"
|
||||
#include "ConstexprString.h"
|
||||
#include "evaluation_helpers.h"
|
||||
#include "meta.h"
|
||||
|
||||
namespace Alepha::inline Cavorite ::detail:: enhanced_enum
|
||||
|
@ -2,11 +2,13 @@ static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
||||
#include <tuple>
|
||||
|
||||
#include <boost/noncopyable.hpp>
|
||||
|
||||
namespace Alepha::inline Cavorite ::detail:: static_value
|
||||
namespace Alepha::Hydrogen::detail:: static_value
|
||||
{
|
||||
inline namespace exports
|
||||
{
|
||||
@ -149,7 +151,7 @@ namespace Alepha::inline Cavorite ::detail:: static_value
|
||||
};
|
||||
}
|
||||
|
||||
namespace Alepha::Cavorite::inline exports::inline static_value
|
||||
namespace Alepha::Hydrogen::inline exports::inline static_value
|
||||
{
|
||||
using namespace detail::static_value::exports;
|
||||
}
|
||||
|
Reference in New Issue
Block a user