summaryrefslogtreecommitdiff
path: root/libs/bimap/doc/compiler_specifics.qbk
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/bimap/doc/compiler_specifics.qbk
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/bimap/doc/compiler_specifics.qbk')
-rw-r--r--[-rwxr-xr-x]libs/bimap/doc/compiler_specifics.qbk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/bimap/doc/compiler_specifics.qbk b/libs/bimap/doc/compiler_specifics.qbk
index 55dfda039..844c1518b 100755..100644
--- a/libs/bimap/doc/compiler_specifics.qbk
+++ b/libs/bimap/doc/compiler_specifics.qbk
@@ -41,7 +41,7 @@ http://www.boost.org/LICENSE_1_0.txt)
[h2 VS 7.1]
-If a .cpp file uses more than four differents bimaps the compiler will run
+If a .cpp file uses more than four different bimaps the compiler will run
out of symbols and issue an internal compiler error. The official solution
in msdn is to split the .cpp in several files or upgrade your compiler.