From ec38751798e9b38ddc6c6067ca808f093e03b073 Mon Sep 17 00:00:00 2001 From: "Joshua T. Fisher" Date: Mon, 26 Sep 2016 00:43:44 -0700 Subject: Adding constexpr --- ports/constexpr/CONTROL | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ports/constexpr/CONTROL (limited to 'ports/constexpr/CONTROL') diff --git a/ports/constexpr/CONTROL b/ports/constexpr/CONTROL new file mode 100644 index 000000000..090351704 --- /dev/null +++ b/ports/constexpr/CONTROL @@ -0,0 +1,2 @@ +Source: constexpr +Version: 1.0 -- cgit v1.2.3 From eb4f6482375571ef83a81bcb07e2be30d8702a85 Mon Sep 17 00:00:00 2001 From: "Joshua T. Fisher" Date: Mon, 26 Sep 2016 00:43:59 -0700 Subject: fixed description --- ports/constexpr/CONTROL | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/constexpr/CONTROL') diff --git a/ports/constexpr/CONTROL b/ports/constexpr/CONTROL index 090351704..e8cb4749f 100644 --- a/ports/constexpr/CONTROL +++ b/ports/constexpr/CONTROL @@ -1,2 +1,3 @@ Source: constexpr Version: 1.0 +Description: Small MIT License Library of general stdlib functions written as C++11 constexpr functions. -- cgit v1.2.3