$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Anthony Liguori (anthony_at_[hidden])
Date: 2002-08-27 19:50:47
Greg Colvin wrote
>And of course an even easier idiom is:
>
>   #ifndef HEADER_NAME
>   #define HEADER_NAME
>   ...
>   #endif
>
Personally, I think changing programming logic (or preprocessor logic) 
to make comments more maintainable is a little far fetched.  There is 
the obvious argument that one does not need to comment an #endif (just 
as one doesn't need to comment a '}').  At any rate, I fail to see how 
this pertains to boost library discussion.
>
>_______________________________________________
>Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>