開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
MSVC++ 10.0
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
std
問題(Question):
runtime error
餵入的資料(Input):
預期的正確結果(Expected Output):
print
1
2
3
錯誤結果(Wrong Output):
access violation
程式碼(Code):(請善用置底文網頁, 記得排版)
http://ideone.com/1FKquB
補充說明(Supplement):
如程式碼,會死在18行
fp g3 = *g1.target<fp>();
請問應該要怎麼寫才是正確的