ショックです。
boost本を読みながら,boost::spiritでちまちま遊ぼうと思い,1.30.2→1.31.0へ差し替えたところ,
fatal error C1189: #error : "Compiler not supported. See note in
"
というさびしいエラーが発生。
ヘッダにはご丁寧に,
#include < boost/config.hpp >
Compiler check:
Historically, Spirit supported a lot of compilers, including (to some
extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be
the last release that will support older poorly conforming compilers.
Starting from Spirit v1.8.0, ill conforming compilers will not be
supported. If you are still using one of these older compilers, you can
still use Spirit v1.6.x.
「まぁ,いままではいろんなコンパイラに対応してきたけど,もう俺らは疲れちまったよ。まだVC6を使いたいなら,古いspiritを使っておくれ」
悲しい;;
泣きながら1.31.0→1.30.2に戻す差し替え作業開始です;;