This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
travelguide/std/scoped_ptr.hpp
2013-08-05 12:49:50 +03:00

5 lines
90 B
C++

#pragma once
#include "../3rdparty/boost/boost/scoped_ptr.hpp"
using boost::scoped_ptr;