Releases 2.00 and R2.1 of the AT&T C++ Translator have a few bugs that we had
to insert work-arounds for in the NIH Class Library. These are conditionally
compiled based on the definition of preprocessor symbols beginning with
BUG_. If you are using the NIH Class Library to test a Release
2.00 or 2.1 -compatible C++ compiler, we suggest that you edit the master
Makefile to define these symbols:
# Disable AT&T R2.0/R2.1 bug work-around code
#BUGDEFS =
BUGDEFS = -DBUG_bC2728 -DBUG_38 -DBUG_39 -DBUG_OPTYPECONST