aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm12/include/_llvm_sstream.h
blob: ab3c15664fe4503f48d1d1d35ef97e9d7f8cb599 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once 
 
#ifdef __GNUC__ 
#pragma GCC diagnostic push 
#pragma GCC diagnostic ignored "-Wunused-parameter" 
#endif 
 
#include <sstream> 
 
#ifdef __GNUC__ 
#pragma GCC diagnostic pop 
#endif