id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1206,Document escaping from within code.,Joel de Guzman,Daniel James,"John: Just another data point: escaping to BoostBook from within code doesn't work unless the escape is inside a macro: template struct function_traits { static const std::size_t arity = __below; typedef __below result_type; typedef __below '''argN_type'''; }; Does *not* process the escape, whereas: [def __argN '''argN_type'''] template struct function_traits { static const std::size_t arity = __below; typedef __below result_type; typedef __below __argN; }; Does process the escape. Took me a while to figure this out ",Bugs,new,To Be Determined,quickbook,Boost 1.34.1,Problem,,,