Commit aba4653d authored by neverlord's avatar neverlord

util/option.hpp option

parent b27b52d6
...@@ -151,6 +151,7 @@ nobase_library_include_HEADERS = \ ...@@ -151,6 +151,7 @@ nobase_library_include_HEADERS = \
cppa/invoke_rules.hpp \ cppa/invoke_rules.hpp \
cppa/object.hpp \ cppa/object.hpp \
cppa/on.hpp \ cppa/on.hpp \
cppa/option.hpp \
cppa/pattern.hpp \ cppa/pattern.hpp \
cppa/primitive_type.hpp \ cppa/primitive_type.hpp \
cppa/primitive_variant.hpp \ cppa/primitive_variant.hpp \
...@@ -196,7 +197,6 @@ nobase_library_include_HEADERS = \ ...@@ -196,7 +197,6 @@ nobase_library_include_HEADERS = \
cppa/util/is_mutable_ref.hpp \ cppa/util/is_mutable_ref.hpp \
cppa/util/is_one_of.hpp \ cppa/util/is_one_of.hpp \
cppa/util/is_primitive.hpp \ cppa/util/is_primitive.hpp \
cppa/util/option.hpp \
cppa/util/producer_consumer_list.hpp \ cppa/util/producer_consumer_list.hpp \
cppa/util/pt_dispatch.hpp \ cppa/util/pt_dispatch.hpp \
cppa/util/pt_token.hpp \ cppa/util/pt_token.hpp \
......
...@@ -245,7 +245,7 @@ cppa/detail/types_array.hpp ...@@ -245,7 +245,7 @@ cppa/detail/types_array.hpp
cppa/util/is_builtin.hpp cppa/util/is_builtin.hpp
cppa/util/type_pair.hpp cppa/util/type_pair.hpp
cppa/util/tbind.hpp cppa/util/tbind.hpp
cppa/util/option.hpp cppa/option.hpp
cppa/tuple_cast.hpp cppa/tuple_cast.hpp
cppa/detail/matches.hpp cppa/detail/matches.hpp
cppa/util/is_mutable_ref.hpp cppa/util/is_mutable_ref.hpp
......
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
#ifndef TUPLE_CAST_HPP #ifndef TUPLE_CAST_HPP
#define TUPLE_CAST_HPP #define TUPLE_CAST_HPP
#include "cppa/option.hpp"
#include "cppa/pattern.hpp" #include "cppa/pattern.hpp"
#include "cppa/any_tuple.hpp" #include "cppa/any_tuple.hpp"
#include "cppa/util/option.hpp"
#include "cppa/detail/matches.hpp" #include "cppa/detail/matches.hpp"
#include "cppa/detail/types_array.hpp" #include "cppa/detail/types_array.hpp"
#include "cppa/detail/decorated_tuple.hpp" #include "cppa/detail/decorated_tuple.hpp"
......
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
#include "cppa/on.hpp" #include "cppa/on.hpp"
#include "cppa/atom.hpp" #include "cppa/atom.hpp"
#include "cppa/tuple.hpp" #include "cppa/tuple.hpp"
#include "cppa/option.hpp"
#include "cppa/pattern.hpp" #include "cppa/pattern.hpp"
#include "cppa/announce.hpp" #include "cppa/announce.hpp"
#include "cppa/tuple_cast.hpp" #include "cppa/tuple_cast.hpp"
#include "cppa/util/option.hpp"
#include "cppa/util/enable_if.hpp" #include "cppa/util/enable_if.hpp"
#include "cppa/util/disable_if.hpp" #include "cppa/util/disable_if.hpp"
#include "cppa/util/apply_tuple.hpp" #include "cppa/util/apply_tuple.hpp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment