Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
vector_fwd.hpp
Go to the documentation of this file.
1/*
2 Copyright 2013 Adobe
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5*/
6/**************************************************************************************************/
7
8#error Deprecated
9#ifndef ADOBE_VECTOR_FWD_HPP
10#define ADOBE_VECTOR_FWD_HPP
11
12/**************************************************************************************************/
13
14#include <adobe/config.hpp>
15#include <adobe/memory_fwd.hpp>
16
17/**************************************************************************************************/
18
19namespace adobe {
20inline namespace version_1 {
21
22/**************************************************************************************************/
23
24template <typename T, typename A = capture_allocator<T>>
25class vector;
26
27/**************************************************************************************************/
28
29} // namespace version_1
30
32
33} // namespace adobe
34
35#endif
36
37/**************************************************************************************************/