Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) RuntimeErrorAssertionFailedXpressiveDetailDynamicParse_charset201

 

STLQt CreatorLubuntu

 

 

Assertion failed!

Program: myfolder/myexe.exe
File: myfolder/boost_1_54_0/boost/xpressive/detail/dynamic/parse_charset.hpp, Line 201

Expression: begin != end

Technical facts

 

Operating system(s) or programming environment(s)

IDE(s):

Project type:

C++ standard:

Compiler(s):

Libraries used:

 

 

 

 

 

Qt project file: ./CppRuntimeErrorAssertionFailedXpressiveDetailDynamicParse_charset201/CppRuntimeErrorAssertionFailedXpressiveDetailDynamicParse_charset201.pro

 

TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += main.cpp
QMAKE_CXXFLAGS += -std=c++11 -Wall -Wextra -Werror

INCLUDEPATH += \
  ../../Libraries/boost_1_54_0

CONFIG(release, debug|release) {
  DEFINES += NDEBUG
}

 

 

 

 

 

./CppRuntimeErrorAssertionFailedXpressiveDetailDynamicParse_charset201/main.cpp

 

#include <iostream>

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#include <boost/xpressive/xpressive.hpp>
#pragma GCC diagnostic pop

int main()
{
  try
  {
    boost::xpressive::sregex::compile("\\d{4} [");
  }
  catch (boost::xpressive::regex_error& e)
  {
    std::cout << "OK\n";
    return 0;
  }
  return 1;
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict

This page has been created by the tool CodeToHtml