]> git.sesse.net Git - movit/commit
Move to 'using namespace std;' in all .cpp files.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jan 2014 00:35:34 +0000 (01:35 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jan 2014 00:35:34 +0000 (01:35 +0100)
commit85f9719bf3519b1f1942738d11601584f5d38725
tree8f8fdad8d9808b8c03d7dc03286218c27af8dbd1
parenta80b859d6c8bb9ed1e7aa547d4a9972f1a041347
Move to 'using namespace std;' in all .cpp files.

There's no intrinsic value to writing std:: over and over again.
We keep it in the .h file, of course, in order not to pollute
clients' namespaces.
34 files changed:
alpha_division_effect.cpp
alpha_multiplication_effect.cpp
blur_effect.cpp
colorspace_conversion_effect.cpp
deconvolution_sharpen_effect.cpp
diffusion_effect.cpp
dither_effect.cpp
effect.cpp
effect_chain.cpp
effect_chain_test.cpp
effect_util.cpp
fft_pass_effect.cpp
flat_input.cpp
gamma_compression_effect.cpp
gamma_expansion_effect.cpp
glow_effect.cpp
init.cpp
lift_gamma_gain_effect.cpp
mirror_effect.cpp
mix_effect.cpp
multiply_effect.cpp
overlay_effect.cpp
padding_effect.cpp
resample_effect.cpp
resize_effect.cpp
resource_pool.cpp
sandbox_effect.cpp
saturation_effect.cpp
test_util.cpp
unsharp_mask_effect.cpp
util.cpp
vignette_effect.cpp
white_balance_effect.cpp
ycbcr_input.cpp