Commit 0e18f066 authored by Marius Muja's avatar Marius Muja

Fixing ticket #1402

parent 97d54612
......@@ -114,7 +114,7 @@ struct choose_policy<any>
#define SMALL_POLICY(TYPE) \
template<> \
struct choose_policy<TYPE> { typedef small_any_policy<TYPE> type; \
};
}
SMALL_POLICY(signed char);
SMALL_POLICY(unsigned char);
......
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