2013-05-30 06:36:28 +02:00
|
|
|
//
|
|
|
|
// Alignment.h
|
|
|
|
//
|
|
|
|
// Library: Foundation
|
|
|
|
// Package: Dynamic
|
|
|
|
// Module: Alignment
|
|
|
|
//
|
|
|
|
// Definition of the Alignment class.
|
|
|
|
//
|
|
|
|
// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
|
|
|
|
// and Contributors.
|
|
|
|
//
|
2014-05-04 21:02:42 +02:00
|
|
|
// SPDX-License-Identifier: BSL-1.0
|
2013-05-30 06:36:28 +02:00
|
|
|
//
|
|
|
|
|
|
|
|
|
2020-01-09 10:08:09 +01:00
|
|
|
#ifndef Foundation_Alignment_INCLUDED
|
|
|
|
#define Foundation_Alignment_INCLUDED
|
2013-05-30 06:36:28 +02:00
|
|
|
|
|
|
|
|
2020-01-09 10:08:09 +01:00
|
|
|
#include <type_traits>
|
|
|
|
#define POCO_HAVE_ALIGNMENT
|
2013-05-30 06:36:28 +02:00
|
|
|
|
|
|
|
|
2020-01-09 10:08:09 +01:00
|
|
|
#endif // Foundation_Alignment_INCLUDED
|