2007-07-09から1日間の記事一覧

sys-libs/pam-0.99.7.1

Your current setup is using the pam_stack module. This module is deprecated and no more supported, and since version 0.99 is no more installed, nor provided by any other package. The package will be built (to allow binary package builds), …

g++ の STL を構文強調したい

Vim

in ~/.vimrc autocmd BufRead */g++-v?/* setlocal ts=8 filetype=cpp こんな感じで。

syntax/doxygen.vim

Vim

in ~/.vimrc let g:load_doxygen_syntax = 1 これで、コメントの内容が構文強調される。filetype は c, c++, idl。知らんかった。

LexicalCast bug

LexicalCast もバグってた。なんで UnitTest 通っていたのだろう? orz...

lambda 必要

作るか...出来んのか?