ignore_warning_template.h

Go to the documentation of this file.
1 #if defined(__clang__)
2 # pragma clang diagnostic ignored "-Wtemplate_warning"
3 #endif
4 
5 #if defined(__GNUC__)
6 # pragma GCC diagnostic ignored "-Wtemplate_warning"
7 #endif
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich