summaryrefslogtreecommitdiff
path: root/src/compat/fwd.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-09-30 16:20:07 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-10-04 16:17:30 -0700
commit2b7f56003f27e04868bba2052e5395f68a5ad817 (patch)
treef05ffd6e8d771c7abe85c0a9dadb3836854b6a2d /src/compat/fwd.hpp
parent77563ec532c8b51134c3020fb3c70a8bed8457fb (diff)
downloadtmwa-2b7f56003f27e04868bba2052e5395f68a5ad817.tar.gz
tmwa-2b7f56003f27e04868bba2052e5395f68a5ad817.tar.bz2
tmwa-2b7f56003f27e04868bba2052e5395f68a5ad817.tar.xz
tmwa-2b7f56003f27e04868bba2052e5395f68a5ad817.zip
Implement Option<T> and Borrowed<T>
Diffstat (limited to 'src/compat/fwd.hpp')
-rw-r--r--src/compat/fwd.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/compat/fwd.hpp b/src/compat/fwd.hpp
index 45f3c24..7e2be28 100644
--- a/src/compat/fwd.hpp
+++ b/src/compat/fwd.hpp
@@ -23,5 +23,14 @@
namespace tmwa
{
+ namespace option
+ {
+ template<class T>
+ class Option;
+ }
+
+ template<class T>
+ class Borrowed;
+
// meh, add more when I feel like it
} // namespace tmwa