yield_k_windows_h_test.cpp 250 B

1234567891011
  1. // Copyright 2018 Peter Dimov
  2. // Distributed under the Boost Software License, Version 1.0.
  3. #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
  4. # include <windows.h>
  5. # include <boost/smart_ptr/detail/yield_k.hpp>
  6. #endif
  7. int main()
  8. {
  9. }