2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Fix more missing symbols.

This commit is contained in:
Stefan Seefeld
2017-04-14 13:14:05 -04:00
parent df16e3e55e
commit 3844c4fc5f
2 changed files with 22 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ struct builtin_dtype<T,true> {
};
template <>
struct builtin_dtype<bool,true> {
struct BOOST_NUMPY_DECL builtin_dtype<bool,true> {
static dtype get();
};