-
2016/02/22 - [C++ Boost] boost::recursive_mutex
2016/02/19 - [C++ Boost] boost::signals2::signal
2016/02/02 - [C++ Boost] boost::multi_index ex1
2016/01/28 - [C++ Boost] boost::enable_shared_from_this ex1
2016/01/28 - [C++ Boost] boost::shared_ptr ex2
2016/01/25 - [C++ Boost] unique_lock, lock_guard
//[C++ Boost] error C2061: syntax error : identifier 'nothrow'
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
new 재정의로 인한 것이므로, 위 내용을 제거시 정상 작동.