おまけにgcc3.3.1(MinGW)でコンパイルするとコンパイルエラーが4つも出るし。 C:/MinGW/Learn/boost/operater_new4.cpp: In function `void* operator new(unsigned int, const std::deque<unko, std::allocator<unko> >&)': C:/MinGW/Learn/boost/operater_new4.cpp:12: warning: `operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)
C:/MinGW/Learn/boost/operater_new4.cpp: In function `int main()': C:/MinGW/Learn/boost/operater_new4.cpp:21: error: no matching function for call to `operator new [](unsigned int, std::deque<unko, std::allocator<unko> >&)' C:/mingw/include/c++/3.3.1/new:83: error: candidates are: void* operator new [](unsigned int) C:/mingw/include/c++/3.3.1/new:87: error: void* operator new [](unsigned int, const std::nothrow_t&) C:/mingw/include/c++/3.3.1/new:93: error: void* operator new [](unsigned int, void*)