summaryrefslogtreecommitdiff
path: root/boost/config/compiler/digitalmars.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/config/compiler/digitalmars.hpp')
-rw-r--r--boost/config/compiler/digitalmars.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/config/compiler/digitalmars.hpp b/boost/config/compiler/digitalmars.hpp
index 3e9a3ab0f5..1466373191 100644
--- a/boost/config/compiler/digitalmars.hpp
+++ b/boost/config/compiler/digitalmars.hpp
@@ -135,6 +135,6 @@
// last known and checked version is ...:
#if (__DMC__ > 0x848)
# if defined(BOOST_ASSERT_CONFIG)
-# error "Unknown compiler version - please run the configure tests and report the results"
+# error "boost: Unknown compiler version - please run the configure tests and report the results"
# endif
#endif