id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5429,compile error in Windows CE 6.0(std::abort),Akira Takahashi ,No-Maintainer,"compile error , because Windows CE platform is no std::abort. I needs alternative implementation. I using follow now(boost non intrusive workaround): {{{ #include namespace std { static inline abord() { throw std::runtime_error(""abort""); } } }}} ",Bugs,closed,To Be Determined,utility,Boost 1.46.1,Problem,duplicate,,