From 9fb791e9fad6c63fc1dac49f4d05ae63b8a3db9b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jan 2016 11:55:15 +0200 Subject: Rename build directory/namespace to build2 --- build/types | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 build/types (limited to 'build/types') diff --git a/build/types b/build/types deleted file mode 100644 index 3028fc2..0000000 --- a/build/types +++ /dev/null @@ -1,55 +0,0 @@ -// file : build/types -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BUILD_TYPES -#define BUILD_TYPES - -#include -#include -#include // pair -#include // unique_ptr, shared_ptr -#include // size_t -#include // reference_wrapper - -#include -#include - -#include - -namespace build -{ - // Commonly-used types. - // - using std::pair; - using std::size_t; - using std::string; - using std::unique_ptr; - using std::shared_ptr; - using std::reference_wrapper; - using std::vector; - - using strings = vector; - using cstrings = vector; - - // - // - using butl::path; - using butl::dir_path; - using butl::basic_path; - using butl::invalid_path; - - using paths = std::vector; - using dir_paths = std::vector; - - // - // - using butl::system_clock; - using butl::timestamp; - using butl::duration; - using butl::timestamp_unknown; - using butl::timestamp_nonexistent; - using butl::operator<<; -} - -#endif // BUILD_TYPES -- cgit v1.1