소스 검색

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;


불러오는 중...
취소
저장