Remove is_valid() for types

Not complete and not really necessary.
This commit is contained in:
Jonathan Müller 2017-03-27 21:38:56 +02:00
commit dc290415f1
3 changed files with 2 additions and 110 deletions

View file

@ -70,10 +70,6 @@ namespace cppast
friend detail::intrusive_list_node<cpp_type>;
};
/// \returns `true` if the given [cppast::cpp_type]() is valid, `false` otherwise.
/// Invalid types are, for example, references to references.
bool is_valid(const cpp_type& type) noexcept;
/// An unexposed [cppast::cpp_type]().
///
/// This is one where no further information besides a name is available.