ソースを参照

test: use namespace "std" to avoid PS3 build errors.

legacy
Sam Hocevar sam 14年前
コミット
6b80bc9d09
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      test/math/remez.cpp

+ 1
- 0
test/math/remez.cpp ファイルの表示

@@ -18,6 +18,7 @@
#include "core.h"

using namespace lol;
using namespace std;

/* The order of the approximation we're looking for */
static int const ORDER = 4;


読み込み中…
キャンセル
保存