id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2465,Redefinition error on GCC 4.3.2 using template names as variable names.,Dean Michael Berris,az_sw_dude,"On GCC 4.3.2 the following code snippet causes an error: {{{ namespace ns { template name { }; name name; // error here, redefining name } }}} The workaround to this is to use the namespace-qualified type name in the template instantiation: {{{ ns::name name; // error goes away }}} Attached is a (trivial) patch that addresses the issue.",Bugs,closed,Boost 1.37.0,date_time,Boost 1.36.0,Problem,fixed,,