id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12704,scope_exit: MSVC 14.0 Update 3 warning issued,thomas.forell@…,Lorenzo Caminiti," Hi, BOOST_SCOPE_EXIT emits[[BR]] '''warning C4459: declaration of 'boost_scope_exit_aux_args' hides global declaration'''[[BR]] using compiler setting /W4 for Visual Studio 2015 Update 3 (VC 14) Example code: {{{#!c++ #include int main() { int test = 0; BOOST_SCOPE_EXIT(&test) { test = 5; } BOOST_SCOPE_EXIT_END; return 0; } }}}",Bugs,new,To Be Determined,scope_exit,Boost 1.61.0,Problem,,,