Sha256: c1885167a447825ab7c35573422c3efa23dec62f5b630ac322ffe658e0ee5242

Contents?: true

Size: 797 Bytes

Versions: 49

Compression:

Stored size: 797 Bytes

Contents

// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009 Hauke Heibel <hauke.heibel@googlemail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

#ifndef EIGEN_STDDEQUE_MODULE_H
#define EIGEN_STDDEQUE_MODULE_H

#include "Core"
#include <deque>

#if EIGEN_COMP_MSVC && EIGEN_OS_WIN64 && (EIGEN_MAX_STATIC_ALIGN_BYTES<=16) /* MSVC auto aligns up to 16 bytes in 64 bit builds */

#define EIGEN_DEFINE_STL_DEQUE_SPECIALIZATION(...)

#else

#include "src/StlSupport/StdDeque.h"

#endif

#endif // EIGEN_STDDEQUE_MODULE_H

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
tomoto-0.5.1-x86_64-linux vendor/eigen/Eigen/StdDeque
tomoto-0.5.1-x86_64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.5.1-arm64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.5.1-aarch64-linux vendor/eigen/Eigen/StdDeque
tomoto-0.5.1 vendor/eigen/Eigen/StdDeque
tomoto-0.5.0-x86_64-linux vendor/eigen/Eigen/StdDeque
tomoto-0.5.0-x86_64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.5.0-arm64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.5.0-aarch64-linux vendor/eigen/Eigen/StdDeque
tomoto-0.5.0 vendor/eigen/Eigen/StdDeque
tomoto-0.4.1-x86_64-linux vendor/eigen/Eigen/StdDeque
tomoto-0.4.1-x86_64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.4.1-arm64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.4.1-aarch64-linux vendor/eigen/Eigen/StdDeque
tomoto-0.4.1 vendor/eigen/Eigen/StdDeque
umappp-0.2.0 vendor/Eigen/StdDeque
tomoto-0.4.0-x86_64-linux vendor/eigen/Eigen/StdDeque
tomoto-0.4.0-x86_64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.4.0-arm64-darwin vendor/eigen/Eigen/StdDeque
tomoto-0.4.0-aarch64-linux vendor/eigen/Eigen/StdDeque