Sha256: ea7414aae4e6a95069a1fa214ec3d255b8aeab1daa5e2276a7550fb55039718d

Contents?: true

Size: 708 Bytes

Versions: 8

Compression:

Stored size: 708 Bytes

Contents

// -*- C++ -*-
//===--------------------------- cstdbool ---------------------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef _LIBCPP_CSTDBOOL
#define _LIBCPP_CSTDBOOL

/*
    cstdbool synopsis

Macros:

    __bool_true_false_are_defined

*/

#include <__config>

#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
#endif

#undef __bool_true_false_are_defined
#define __bool_true_false_are_defined 1

#endif  // _LIBCPP_CSTDBOOL

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
webruby-0.2.7 modules/emscripten/system/include/libcxx/cstdbool
webruby-0.2.5 modules/emscripten/system/include/libcxx/cstdbool
webruby-0.2.4 modules/emscripten/system/include/libcxx/cstdbool
webruby-0.2.2 modules/emscripten/system/include/libcxx/cstdbool
webruby-0.2.1 modules/emscripten/system/include/libcxx/cstdbool
webruby-0.1.2 modules/emscripten/system/include/libcxx/cstdbool
webruby-0.1.1 modules/emscripten/system/include/libcxx/cstdbool
webruby-0.1.0 modules/emscripten/system/include/libcxx/cstdbool