yuzu/externals/vcpkg/packages/boost-config_x64-windows/share/boost-config/checks/std/cpp_threadsafe_static_init_...

31 lines
777 B
C++
Executable File

// This file was automatically generated on Thu Feb 3 18:10:41 2022
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// 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
#ifndef __cpp_threadsafe_static_init
#error "Macro << __cpp_threadsafe_static_init is not set"
#endif
#if __cpp_threadsafe_static_init < 200806
#error "Macro __cpp_threadsafe_static_init had too low a value"
#endif
int main( int, char *[] )
{
return 0;
}