summaryrefslogtreecommitdiff
path: root/format/format
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-29 16:18:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-29 16:18:46 +0300
commit823f53f89963bde6e6d57e58348f8242fda2cdd9 (patch)
tree5a762235c727d068c164b9d416784e10303995c4 /format/format
parent1b071f8381cd262c2e800defbb5a1850207d22d2 (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'format/format')
-rw-r--r--format/format10
1 files changed, 0 insertions, 10 deletions
diff --git a/format/format b/format/format
deleted file mode 100644
index 69350b0..0000000
--- a/format/format
+++ /dev/null
@@ -1,10 +0,0 @@
-// file: format/format -*- C++ -*-
-
-#pragma once
-
-#include <string>
-
-#include <format/export>
-
-LIBFORMAT_EXPORT std::string
-format (const std::string& greeting, const std::string& name);