id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3940,BOOST_SCOPE_EXIT without arguments,anonymous,nasonov,"Why the following code doesn't work ?? {{{ #!cpp BOOST_SCOPE_EXIT() { puts(""Exit""); } BOOST_SCOPE_EXIT_END }}} But this does work: {{{ #!cpp int dummy; BOOST_SCOPE_EXIT( (dummy) ) { puts(""Exit""); } BOOST_SCOPE_EXIT_END }}}",Feature Requests,reopened,To Be Determined,scope_exit,Boost 1.48.0,Problem,,,