• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision901f38dc5b595500fd05ffd76f500bf9f2fe27d5 (tree)
Time2013-12-19 11:29:46
AuthorKatsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Log Message

Remove debug codes. #31716

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1579 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Incremental Difference

--- a/src/base/MolDSException.cpp
+++ b/src/base/MolDSException.cpp
@@ -161,7 +161,6 @@ void MolDSException::serialize(Archive& ar, const unsigned int ver){
161161
162162 void MolDSException::Serialize(std::ostream& os){
163163 boost::archive::text_oarchive oa(os);
164- std::string what = domain_error::what();
165164 oa << this;
166165 }
167166