You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
basics
warnings
ignore_warning_template.h
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
Generated on Wed Sep 13 2023 21:06:17 for Concepts by
1.9.8