online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <string> #include <type_traits> template<typename T, typename = typename std::enable_if<std::is_integral<T>::value, T>::type> class Index { }; int main() { Index<int> idx; Index<std::string> idx_invalid; return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue