]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/smart_ptr/test/sp_windows_h_test.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / smart_ptr / test / sp_windows_h_test.cpp
1 // Copyright 2018 Peter Dimov
2 // Distributed under the Boost Software License, Version 1.0.
3
4 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
5 # include <windows.h>
6 # include <boost/shared_ptr.hpp>
7 #endif
8
9 int main()
10 {
11 }