online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <type_traits> #include <iterator> template<typename T> class Buffer { public: template <typename InputIter> typename std::enable_if<std::is_same<typename std::iterator_traits<InputIter>::value_type, typename T>>::type Buffer(InputIter first, InputIter last) { } }; int main(int argc, char ** argv) { 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