Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7669295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:33:44+00:00 2026-05-31T15:33:44+00:00

Today I encountered strange bug in my application. I’ve tested it for like 2

  • 0

Today I encountered strange bug in my application. I’ve tested it for like 2 hours and didn’t find a solution. Maybe you can help me solving this problem. So here it is:

#include <iostream>
#include <regex>
#include <vector>

int main()
{
        std::regex reg("rmvb|avi|rm|mp4|256");

        std::vector<std::string> ext{"rmvb", "avi", "rm", "mp4", "256", "null"};

        for (int i = 0; i < 6; i++)
        {
                std::cout << ext[i] << "\t" << std::boolalpha << std::regex_match(ext[i], reg) << std::endl;
        }

        return 0;
}

Output:

rmvb    true
avi true
rm  false
mp4 false
256 false
null    false

It seems that pattern is discarded after the second element – no matter what order I choose (I tried to swap them, because I thought that digits can cause this bug – but they aren’t). Now I have no idea what’s going on.

I’m using gcc version 4.6.3 (Debian 4.6.3-1).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:33:45+00:00Added an answer on May 31, 2026 at 3:33 pm

    The regex library is mostly not yet implemented in libstc++ (cf. status page). This may be a bug or just the result of it not being implemented. I’d suggest using Boost.Regex as a replacement.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Today I encountered something strange: I tried to put a utility method into an
I encountered a strange problem today. Whenever i put a breakpoint in one of
Encountered a frustrating problem in our application today which came down to an ArrayIndexOutOfBounds
I encounter a strange bug - multpart identifier tableabc..fielda cannot be bound today. In
I have encountered a very strange thing today : I have an app installed
My ASP.NET application is running on IIS6. Today one of our customers encountered an
So I encountered a strange issue today - I had a simple creation of
Today, I've encountered a strange problem with Groovy code that is run from Maven
Today I've encountered a 'strange' hint: override method xxxx should match case of ancestor
I encountered today a weird bug with an app I'm working on. The problem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.