This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <tuple> | |
#include <iostream> | |
#include <stdexcept> | |
using namespace std; | |
/* | |
* "A partially specialized non-type argument expression shall not involve a | |
* template parameter of the partial specialization except when the argument | |
* expression is a simple identifier." |