mirror of
https://github.com/boostorg/config.git
synced 2025-10-07 05:00:58 +02:00
15 lines
495 B
C++
15 lines
495 B
C++
![]() |
// (C) Copyright John Maddock 2003. Permission to copy, use, modify, sell and
|
||
|
// distribute this software is granted provided this copyright notice appears
|
||
|
// in all copies. This software is provided "as is" without express or implied
|
||
|
// warranty, and with no claim as to its suitability for any purpose.
|
||
|
|
||
|
// See http://www.boost.org for the most recent version.
|
||
|
|
||
|
#include "link_test.hpp"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return check_options(dyn_link, dyn_rtl, has_threads, debug, stl_debug) ? 0 : -1;
|
||
|
}
|
||
|
|