template void CompressedSimpleSparsityPattern::Line::add_entries(unsigned int *,
unsigned int *,
const bool);
+#ifndef DEAL_II_VECTOR_ITERATOR_IS_POINTER
template void CompressedSimpleSparsityPattern::Line::
add_entries(std::vector<unsigned int>::iterator,
std::vector<unsigned int>::iterator,
const bool);
-
+#endif
DEAL_II_NAMESPACE_CLOSE
template void CompressedSparsityPattern::Line::add_entries(unsigned int *,
unsigned int *,
const bool);
+#ifndef DEAL_II_VECTOR_ITERATOR_IS_POINTER
template void CompressedSparsityPattern::Line::
add_entries(std::vector<unsigned int>::iterator,
std::vector<unsigned int>::iterator,
const bool);
+#endif
DEAL_II_NAMESPACE_CLOSE
const unsigned int*,
const unsigned int*,
const bool);
+#ifndef DEAL_II_VECTOR_ITERATOR_IS_POINTER
template void SparsityPattern::add_entries<std::vector<unsigned int>::const_iterator>
(const unsigned int,
std::vector<unsigned int>::const_iterator,
std::vector<unsigned int>::const_iterator,
const bool);
+#endif
template void SparsityPattern::add_entries<std::vector<unsigned int>::iterator>
(const unsigned int,
std::vector<unsigned int>::iterator,
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams