2013-08-14から1日間の記事一覧

clang 3.4(svn) に Variable templates が部分的に実装されていたので試してみた

clang 3.4(svn) に C++1y で実装される予定の Variable templates が部分的に実装されていたので少し試してみました。 C++1y では以下のようにコードを記述することができるみたいです。 [ソース] #include <iostream> #include <limits> #include <iomanip> #include <array> template<typename T> constex</typename></array></iomanip></limits></iostream>…