哪吒机器人提醒:

提醒:Channel 9
【标题】Static If I Had a Hammer
【摘要】all right, the c++11 standard is done. can we go home? definitely not - progress waits for no one.for all its might, c++11 is not addressing a few basic needs in template programming. for example, you'd hate to have to define a new function or indeed a whole new class wherever you need an "if" statement; yet, this is exactly what we do for template code. also, conditional overloading using the likes of std::enable_if is syntactically bulky and semantically ham-fisted (as is visible with construc... (02-14 01:11)