7bc82dbefd
Replaces: https://github.com/boostorg/config/pull/285 Fixes https://github.com/boostorg/config/issues/284 See also: https://github.com/boostorg/exception/issues/10
33 lines
788 B
C++
33 lines
788 B
C++
// This file was automatically generated on Fri Aug 23 11:11:12 2019
|
|
// by libs/config/tools/generate.cpp
|
|
// Copyright John Maddock 2002-4.
|
|
// Use, modification and distribution are subject to the
|
|
// Boost Software License, Version 1.0. (See accompanying file
|
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
// See http://www.boost.org/libs/config for the most recent version.//
|
|
// Revision $Id$
|
|
//
|
|
|
|
#ifdef __has_include
|
|
#if __has_include(<version>)
|
|
#include <version>
|
|
#endif
|
|
#endif
|
|
|
|
#include <type_traits>
|
|
|
|
#ifndef __cpp_lib_is_null_pointer
|
|
#error "Macro << __cpp_lib_is_null_pointer is not set"
|
|
#endif
|
|
|
|
#if __cpp_lib_is_null_pointer < 201309
|
|
#error "Macro __cpp_lib_is_null_pointer had too low a value"
|
|
#endif
|
|
|
|
int main( int, char *[] )
|
|
{
|
|
return 0;
|
|
}
|
|
|