aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci-types.hxx
blob: 4b2ab6debf53a8f7a770e8f4ddc9699ff4f27973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// file      : bdep/ci-types.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BDEP_CI_TYPES_HXX
#define BDEP_CI_TYPES_HXX

#include <bdep/types.hxx>

#include <libbutl/manifest-types.mxx>

namespace bdep
{
  // This type is intended for accumulating package manifest override values
  // from all the override-related options (see ci-parsers.hxx for details).
  //
  class ci_override: public vector<butl::manifest_name_value>
  {
  };
}

#endif // BDEP_CI_TYPES_HXX