mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 17:56:02 +00:00
Fixes for compilation/segfault problems with Intel (issue 94)
This commit is contained in:
@@ -277,7 +277,7 @@ template <int Nurse, int Patient> struct process_attribute<keep_alive<Nurse, Pat
|
||||
};
|
||||
|
||||
/// Ignore that a variable is unused in compiler warnings
|
||||
template<class T> void ignore_unused(const T&) { }
|
||||
inline void ignore_unused(const int *) { }
|
||||
|
||||
/// Recursively iterate over variadic template arguments
|
||||
template <typename... Args> struct process_attributes {
|
||||
|
||||
Reference in New Issue
Block a user