mirror of
https://github.com/opencv/opencv.git
synced 2026-09-15 07:29:07 -05:00
Fixing ticket #1402
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user