1//
2// make_shared_msvc_test.cpp
3//
4// Copyright 2017 Peter Dimov
5//
6// Distributed under the Boost Software License, Version 1.0.
7// See accompanying file LICENSE_1_0.txt or copy at
8// http://www.boost.org/LICENSE_1_0.txt
9//
10
11template<class T> struct value
12{
13};
14
15#include <boost/make_shared.hpp>
16
17int main()
18{
19}
20

source code of boost/libs/smart_ptr/test/make_shared_msvc_test.cpp